libjingle
Android Real Time Multiplayer – Room Creation is failing
A checklist for you..I hope it will help you 1.check have you added Test accounts 2.check whether you turn on Realtime Multiplayer in google play developer console for your game. 3.Check required meta tags in androidMainfest file
Create a WebRTC VideoTrack with a “custom” Capturer on Android with libjingle
The easiest way (although a bit “hacky”) to do this is to copy the source of RTCVideoCapturer to a local class withing your project and just use that local class. You can now edit the class to suit your needs. Even when not copying the file but actually building your own, it’s probably better to … Read more