flutter-webrtc / flutter-webrtc-server

A simple WebRTC signaling server for flutter-webrtc.
MIT License
756 stars 304 forks source link

Some cases are not working. #15

Closed phamnhuvu-dev closed 3 years ago

phamnhuvu-dev commented 5 years ago

I have tested the flowing cases:

cloudwebrtc commented 5 years ago

May not get getUseMedia permission or self-signed certificate issue.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ShilpaVania commented 3 years ago

@phamnhuvu-dev I have implemented streaming feature in mobile app using flutter there are some case when rendering is not working and the case is when i live from ios device and join video from android device it is working proper but after left once joined again and repeat till 3 times only it's works after 4th time stream is not rendering and also i am getting track id with audio and video but not rendering does you have idea about it?