webrtc/icegatheroptions.go
2019-02-17 16:22:56 -08:00

7 lines
155 B
Go

package webrtc
// ICEGatherOptions provides options relating to the gathering of ICE candidates.
type ICEGatherOptions struct {
ICEServers []ICEServer
}