-
On Android this plugin does not provide WebRTC but relly on WebView WebRTC implemation instead.
Let make a Android WebRTC custom binding :)
-
Hi, do yu have code for Android native webrtc using signaling.simplewebrtc.com/socketio server. Am facing transport issue while trying to connect. can yu help?
-
Is there a documentation or tutorial for this implementation? I have seen jitsi forked react-native-webrtc
-
Hello.
Trying use with 'react-native-webrtc' but unfortunately a conflict occurs while building the application. Since VoxImplant includes the VebRTC api, in theory, is it possible to access the RT…
-
All Chromecast enabled media players supports native WebRTC streams. This should be probably how Nest Hello doorbell can be casted to TVs or the Nest Hub.
It would be great if this integration coul…
-
The following error occurred when I ran the "gn gen out/arm_build" command:
RROR at //build/config/compiler/BUILD.gn:644:5: Assertion failed.
Assert (USE_LLD, "LTO is only supported with LLD ")
^ -…
-
### I set H264 encoding in the code, but it crashes as soon as I open the camera,The server requires that both the uploaded and returned videos be in H264 encoded format. How can I set this?
priv…
-
I'm researching packages right now to put together a walkie-talkie type application.
Would I be able to connect multiple devices together using this library and push audio/video through them via ht…
-
### Summary
We're trying to build an ios app using `eas build --platform ios` in the project which contains a newly installed plugin `"@config-plugins/react-native-webrtc",`. We followed instructions…
-
Reference:
[WebRTC Native API](https://webrtc.googlesource.com/src/+/master/native-api.md)
[samples client & server both side](https://webrtc.googlesource.com/src/+/master/examples)