mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-04 16:02:43 +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