blob: 88421c74e5f7aa66c9ddd34a37b70965ab8e28f0 (
plain)
1
2
3
4
5
6
7
|
package webrtc
// ICEGatherOptions provides options relating to the gathering of ICE candidates.
type ICEGatherOptions struct {
ICEServers []ICEServer
ICEGatherPolicy ICETransportPolicy
}
|