# 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
# Functions
CandidateHostPriority (lower indexes has a higher priority).
No description provided by the author
No description provided by the author
GetPublicIP example from https://github.com/pion/stun.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithResampling - will add for consumer: PCMA/0, PCMU/0, PCM/0, PCML/0 so it can add resampling for PCMA/PCMU and repack for PCM/PCML.
# Constants
tcp passive.
udp.
ReceiveMTU = Ethernet MTU (1500) - IP Header (20) - UDP Header (8) https://ffmpeg.org/ffmpeg-all.html#Muxer.