Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Mobile
React Native Webrtc
Commits
d34a1e6a
Commit
d34a1e6a
authored
4 years ago
by
Saúl Ibarra Corretgé
Browse files
Options
Download
Patches
Plain Diff
ios: fail to create desktop stream on macOS
It's not supported.
parent
e86b70cc
master
datachannel-bufferedamount
task/add-dockerfile-for-android-build
1.94.1
1.94.0
1.92.2
1.92.1
1.92.0
1.89.3
1.89.2
1.89.1
1.89.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ios/RCTWebRTC/WebRTCModule+RTCMediaStream.m
+1
-1
ios/RCTWebRTC/WebRTCModule+RTCMediaStream.m
with
1 addition
and
1 deletion
+1
-1
ios/RCTWebRTC/WebRTCModule+RTCMediaStream.m
+
1
−
1
View file @
d34a1e6a
...
...
@@ -57,7 +57,7 @@
}
-
(
RTCVideoTrack
*
)
createScreenCaptureVideoTrack
{
#if TARGET_IPHONE_SIMULATOR
#if TARGET_IPHONE_SIMULATOR
|| TARGET_OS_OSX
return
nil
;
#endif
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets