mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-09-26 20:31:11 +08:00
StateChange
- offer = pc.CreateOffer()
- pc.SetLocalDescription(offer)
- OnICEGatheringStateChange: gathering
- OnSignalingStateChange: have-local-offer *. OnICEGatheringStateChange: complete
- pc.SetRemoteDescription(answer)
- OnSignalingStateChange: stable
- OnICEConnectionStateChange: checking
- OnICEConnectionStateChange: connected