5 ms·
If a transceiver crashes during a stream, how is the active session recovered? Does the system automatically re-establish the context in a new WebRTC session?
by charisma123 5mo ago
If a transceiver crashes during a stream, how is the active session recovered? Does the system automatically re-establish the context in a new WebRTC session?
- Sean-Der 5mo agoIt doesn't today, but you could with sometime like this [0]. You can save/suspend all WebRTC state and bring it back with the next process. [0] https://github.com/pion/webrtc-zero-downtime-restart https://github.com/pion/webrtc-zero-downtime-restart