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 b344b32 commit b221515Copy full SHA for b221515
android/src/main/java/com/oney/WebRTCModule/WebRTCModule.java
@@ -110,6 +110,8 @@ public WebRTCModule(ReactApplicationContext reactContext) {
110
111
getUserMediaImpl = new GetUserMediaImpl(this, reactContext);
112
dailyWebRTCDevicesManager = new DailyWebRTCDevicesManager(this, reactContext);
113
+ // Enabling to react-native-webrtc automatically start and stop media projection service
114
+ WebRTCModuleOptions.getInstance().enableMediaProjectionService = true;
115
}
116
117
@NonNull
0 commit comments