github.com/pion/webrtc/v4@v4.0.1/icegatheroptions.go (about) 1 // SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly> 2 // SPDX-License-Identifier: MIT 3 4 package webrtc 5 6 // ICEGatherOptions provides options relating to the gathering of ICE candidates. 7 type ICEGatherOptions struct { 8 ICEServers []ICEServer 9 ICEGatherPolicy ICETransportPolicy 10 }