flutter-webrtc
flutter-webrtc copied to clipboard
3 or more peers connection for group video call
I am facing this error while connecting 3rd peer. I don't get any kind of reference hoe to create new instance to join 3rd peer in group. Can anyone help me out to solve or provide some code hint to resolve my issue.
Uncaught (in promise) Error: InvalidStateError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer sdp: Called in wrong state: stable
This is a webrtc negotiation status error, you need to check the offer/answer negotiation process.
I don't have any hint about more than 1 peer connection negotiation process could you give me some reference aur hint about it ?
On Wed, Aug 18, 2021, 06:07 CloudWebRTC @.***> wrote:
This is a webrtc negotiation status error, you need to check the offer/answer negotiation process.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flutter-webrtc/flutter-webrtc/issues/648#issuecomment-900724831, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOD34METUSOXGUX6LF5CJCDT5L6DVANCNFSM5B2CPAWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
@chetan-pro did you find a way to have a group call in flutter webrtc?