Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AddTrack transceiver reuse per W3C specs #1861

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Commits on Jun 30, 2021

  1. Fix AddTrack transceiver reuse per W3C specs

    According to W3C specifications, the transceiver can be reused if "The sender has never been used to send. More precisely, the [[CurrentDirection]] slot of the RTCRtpTransceiver associated with the sender has never had a value of "sendrecv" or "sendonly"".
    Current implementation does not have CurrentDirection slot, so the flag usedToSend is set on setDirection change.
    This fixes pion#1843 and maybe other issues.
    EdoaLive committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    00b4564 View commit details
    Browse the repository at this point in the history