react-native-webrtc
Version:
WebRTC for React Native
12 lines (11 loc) • 379 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.oney.WebRTCModule"
xmlns:tools="http://schemas.android.com/tools"
>
<application>
<service
android:name=".MediaProjectionService"
android:foregroundServiceType="mediaProjection">
</service>
</application>
</manifest>