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.
1 parent e86b70c commit d34a1e6Copy full SHA for d34a1e6
ios/RCTWebRTC/WebRTCModule+RTCMediaStream.m
@@ -57,7 +57,7 @@ - (RTCVideoTrack *)createVideoTrack:(NSDictionary *)constraints {
57
}
58
59
- (RTCVideoTrack *)createScreenCaptureVideoTrack {
60
-#if TARGET_IPHONE_SIMULATOR
+#if TARGET_IPHONE_SIMULATOR || TARGET_OS_OSX
61
return nil;
62
#endif
63
0 commit comments