react-native-whip-whep
Version:
An implementation of WHIP and WHEP protocols functionalities for React Native.
16 lines (15 loc) • 362 B
JSON
{
"platforms": ["ios", "android"],
"ios": {
"modules": [
"ReactNativeMobileWhepClientModule",
"ReactNativeMobileWhepClientViewModule"
]
},
"android": {
"modules": [
"com.swmansion.reactnativeclient.ReactNativeMobileWhepClientModule",
"com.swmansion.reactnativeclient.ReactNativeMobileWhepClientViewModule"
]
}
}