flutter-webrtc / flutter-webrtc-server

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

Disconnect on more than 2 active calling device #69

Open DVendy opened 3 years ago

DVendy commented 3 years ago

When there are 2 device in calling and the second call is being made by 2 other device, the first call would be terminated / disconnected. It seems I cant make 2 active call simultaneously. Is there a fix for this?

cloudwebrtc commented 2 years ago

This demo is only used to demonstrate the basic call functions of flutter-webrtc. You can fork this repo and modify it as you want.