Fix assert when missing camera permission during calls.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-09-12 16:57:42 -04:00
parent 9ee25fd607
commit e8daf9a8d3

View File

@ -227,7 +227,7 @@ class PeerConnectionClient: NSObject, RTCPeerConnectionDelegate, RTCDataChannelD
return
}
guard let videoCaptureSession = self.videoCaptureSession else {
owsFail("\(self.TAG) videoCaptureSession was unexpectedly nil")
Logger.debug("\(self.TAG) videoCaptureSession was unexpectedly nil")
return
}