Commit d34a1e6a authored by Saúl Ibarra Corretgé's avatar Saúl Ibarra Corretgé
Browse files

ios: fail to create desktop stream on macOS

It's not supported.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -57,7 +57,7 @@
}
- (RTCVideoTrack *)createScreenCaptureVideoTrack {
#if TARGET_IPHONE_SIMULATOR
#if TARGET_IPHONE_SIMULATOR || TARGET_OS_OSX
return nil;
#endif
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment