-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
To be able to add streams after the peer connection is already established, we need to add renegotiation: https://blog.mozilla.org/webrtc/perfect-negotiation-in-webrtc/
For example, this is the precondition to be able to turn on screen sharing during a conversation because the screen sharing stream needs to be added to the peer connection when the user starts it.