Skip to content
  • Matthew Waters's avatar
    webrtc: mark streams as active on renegotiation as well. · 319a5e57
    Matthew Waters authored
    Otherwise when bundling, only the changed streams would be considered as
    to whether the bundled transport needs to be blocked as all streams are
    inactive.
    
    Scenario is one transceiver changes direction to inactive and as that is
    the only change in transciever direction, the entire bundled transport would
    be blocked even if there are other active transceivers inside the same bundled
    transport that are still active.
    
    Fix by always checking the activeness of a stream regardless of if the
    transceiverr has changed direction.
    319a5e57