Fix assert when missing camera permission during calls.
// FREEBIE
This commit is contained in:
parent
9ee25fd607
commit
e8daf9a8d3
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user