palava icon indicating copy to clipboard operation
palava copied to clipboard

Renegotiation

Open farao opened this issue 4 years ago • 0 comments

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.

farao avatar Apr 14 '20 23:04 farao