Temasys / SkylinkJS

SkylinkJS Javascript WebRTC SDK
http://skylink.io/web
Other
275 stars 57 forks source link

ESS-1590: P2P and New MCU - Remove restarting logic from SDK #391

Closed ishannaithani closed 5 years ago

ishannaithani commented 5 years ago

Purpose of this PR:

New MCU and P2P: Removing the logic for restart messages in 1.x SDK. Any peer who wants to renegotiate will just offer instead of restarting. The offer message also contains the same signature as that of restart message.

See ESS-1590 for more details.