Home / how webrtc communicate

how webrtc communicate



In general, the behavior Firefox does here is almost completely different than Chrome. Firefox basically does: 1. local pc createOffer 2. local pc setLocalDescription 3. remote pc setRemoteDescription 4. remote pc createAnswer 5. remote pc setLocalDescription 6. local pc setRemoteDescription With each onicecandiate event handler never firing. Chrome's behavior however is entirely different: 1. local pc create offer 2. local pc setLocalDescription 3. local pc onicecandidate fired




     RSS of this page