gikopoi2 icon indicating copy to clipboard operation
gikopoi2 copied to clipboard

read this webrtc book

Open iccanobif opened this issue 2 years ago • 0 comments

i'd like to get a better understanding and possibly implement a simpler and more reliable custom webrtc relay than janus? i don't know exactly how hard that could be.

https://webrtcforthecurious.com/

NOTES: Instead of iceconnectionstatechange and rtcPeer.conn.iceConnectionState, maybe it's better to use the connectionstatechange event and rtcPeer.conn.connectionState, which in theory are a combination of the state of the ICE agent and DTLS agent.

iccanobif avatar Jan 02 '23 20:01 iccanobif