react-native-webrtc
Version:
WebRTC for React Native
17 lines (16 loc) • 515 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>
<uses-feature
android:name="android.hardware.usb.host"
android:required="false"
tools:node="replace"
/>
</manifest>