[webrtc-pc] How reuse transceiver (#2639)

medved276 has just created a new issue for https://github.com/w3c/webrtc-pc:

== How reuse transceiver ==
I use peerConnection with multiple transceivers to got all people in chat.
For each man, I use 2 transceivers: video and audio.
But when someone leaving, and new man join, in pc.ontrack I got transceiver that was used by person, who already leaves.
I understand it as reusing transceiver.
In video-transceiver I see transceiver.receiver.track.readyState = 'live', but in audio-transceiver this status is 'ended'!
This status set at moment when someone leaves and not changing when new man 'reuse' it.
How do it correctly to avoid 'ended' state?

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2639 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 25 March 2021 08:22:14 UTC