package
0.0.0-20241031075935-aa897e2ea11f
Repository: https://github.com/osmanhomek/go2rtc.git
Documentation: pkg.go.dev
# README
StateChange
- offer = pc.CreateOffer()
- pc.SetLocalDescription(offer)
- OnICEGatheringStateChange: gathering
- OnSignalingStateChange: have-local-offer *. OnICEGatheringStateChange: complete
- pc.SetRemoteDescription(answer)
- OnSignalingStateChange: stable
- OnICEConnectionStateChange: checking
- OnICEConnectionStateChange: connected