icegatheroptions.go 196 B

1234567
  1. package webrtc
  2. // ICEGatherOptions provides options relating to the gathering of ICE candidates.
  3. type ICEGatherOptions struct {
  4. ICEServers []ICEServer
  5. ICEGatherPolicy ICETransportPolicy
  6. }