10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc8dc67 + 5fac998 commit a799fc7Copy full SHA for a799fc7
macos/Classes/FlutterRTCMediaStream.m
@@ -290,6 +290,9 @@ - (void)getUserVideo:(NSDictionary *)constraints
290
291
if (videoDevice) {
292
RTCVideoSource *videoSource = [self.peerConnectionFactory videoSource];
293
+ if(self.videoCapturer){
294
+ [self.videoCapturer stopCapture];
295
+ }
296
self.videoCapturer = [[RTCCameraVideoCapturer alloc] initWithDelegate:videoSource];
297
AVCaptureDeviceFormat *selectedFormat = [self selectFormatForDevice:videoDevice];
298
NSInteger selectedFps = [self selectFpsForFormat:selectedFormat];
0 commit comments