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

Populate RTPTransceiver stopped flag #2336

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

Commits on Oct 18, 2022

  1. Populate RTPTransceiver stopped flag

    There is use of `t.stopped` in `peerconnection.go`, but that
    flag is not set/used in `RTPTransceiver` at all. This PR
    sets that when a transceiver is stopped and provides an API
    to check if a tranceiver is stopped.
    boks1971 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    71f4e4b View commit details
    Browse the repository at this point in the history