meeting-rs / meeting.rs

Private one to one realtime video meeting.⚡

Home Page:https://meeting.shuttleapp.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sometimes Responder can't receive stream.

williamlsh opened this issue · comments

Sometimes Responder can't recieve remote streams. It's RtcPeerConnection.ontrack() callback is never called.

It seems the cause may be that Initiator always finishes RtcPeerConnection.addtrack() int the end after RtcIceConnectionState turns Connected which means the order is wrong.