open-webrtc-toolkit / owt-client-android

Open WebRTC Toolkit client SDK for Android applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
194 stars 96 forks source link

Not working as android instant app #243

Open atul109 opened 3 years ago

atul109 commented 3 years ago

Converting the sample app to instant app the video streams does not reach other side, but the socket connection get connected successfully. This result was observed in conference sample, I haven't checked peer2peer.

Instant app android has INTERNET, RECORD_AUDIO and CAMERA permissions what could be the limiting factor?