![JAR search and dependency download from the Maven repository](/logo.png)
vendor.github.com.pion.webrtc.v3.iceparameters.go Maven / Gradle / Ivy
The newest version!
// SPDX-FileCopyrightText: 2023 The Pion community
// SPDX-License-Identifier: MIT
package webrtc
// ICEParameters includes the ICE username fragment
// and password and other ICE-related parameters.
type ICEParameters struct {
UsernameFragment string `json:"usernameFragment"`
Password string `json:"password"`
ICELite bool `json:"iceLite"`
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy