Skip to content

Commit

Permalink
Fix previous merge formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ycherniavskyi committed Apr 17, 2020
1 parent a799fc7 commit 5c3852a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/Classes/FlutterRTCMediaStream.m
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ - (void)getUserVideo:(NSDictionary *)constraints

if (videoDevice) {
RTCVideoSource *videoSource = [self.peerConnectionFactory videoSource];
if(self.videoCapturer){
if (self.videoCapturer) {
[self.videoCapturer stopCapture];
}
self.videoCapturer = [[RTCCameraVideoCapturer alloc] initWithDelegate:videoSource];
Expand Down

0 comments on commit 5c3852a

Please sign in to comment.