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 PeerConnection.addStream|addTrack by using UUID().uuidString preffix for PluginMediaStream and PluginMediaStreamTrack only for Janus #467 #467

Merged
merged 4 commits into from
Feb 25, 2020

Commits on Feb 25, 2020

  1. add MediaStream_init debug

    hthetiot committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    b90228e View commit details
    Browse the repository at this point in the history
  2. use UUID().uuidString preffix for PluginMediaStream and PluginMediaSt…

    …reamTrack only if rtcMediaStream.streamId or rtcMediaStreamTrack.trackId start with 'janus' to fix PeerConnection.addStream|addTrack regression
    hthetiot committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    999d94d View commit details
    Browse the repository at this point in the history
  3. use UUID().uuidString preffix for PluginMediaStream and PluginMediaSt…

    …reamTrack only if rtcMediaStream.streamId or rtcMediaStreamTrack.trackId start with 'janus' to fix PeerConnection.addStream|addTrack regression
    hthetiot committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    38b1eb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f76d59 View commit details
    Browse the repository at this point in the history