All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.github.com.pion.webrtc.v3.iceparameters.go Maven / Gradle / Ivy

There is a newer version: 2.9.1
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy