Home
last modified time | relevance | path

Searched defs:ICEServer (Results 1 – 11 of 11) sorted by relevance

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/
H A Diceserver.go12 type ICEServer struct { struct
13 URLs []string `json:"urls"`
14 Username string `json:"username,omitempty"`
15 Credential interface{} `json:"credential,omitempty"`
16 CredentialType ICECredentialType `json:"credentialType,omitempty"`
19 func (s ICEServer) parseURL(i int) (*ice.URL, error) {
23 func (s ICEServer) validate() error {
28 func (s ICEServer) urls() ([]*ice.URL, error) {
H A Diceserver_js.go13 type ICEServer struct { struct
14 URLs []string
15 Username string
17 Credential interface{}
18 CredentialType ICECredentialType
21 func (s ICEServer) parseURL(i int) (*ice.URL, error) {
25 func (s ICEServer) validate() ([]*ice.URL, error) {
H A Dpeerconnection_js.go508 func iceServersToValue(iceServers []ICEServer) js.Value {
519 func iceServerToValue(server ICEServer) js.Value {
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Diceserver.go12 type ICEServer struct { struct
13 URLs []string
14 Username string
15 Credential interface{}
16 CredentialType ICECredentialType
19 func (s ICEServer) parseURL(i int) (*ice.URL, error) {
23 func (s ICEServer) validate() error {
28 func (s ICEServer) urls() ([]*ice.URL, error) {
H A Diceserver_js.go13 type ICEServer struct { struct
14 URLs []string
15 Username string
21 func (s ICEServer) parseURL(i int) (*ice.URL, error) {
25 func (s ICEServer) validate() ([]*ice.URL, error) {
H A Dpeerconnection_js.go467 func iceServersToValue(iceServers []ICEServer) js.Value {
478 func iceServerToValue(server ICEServer) js.Value {
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/client/lib/
H A Drendezvous.go147 func NewWebRTCDialer(broker *BrokerChannel, iceServers []webrtc.ICEServer, max int) *WebRTCDialer {
H A Dsnowflake.go220 func updateNATType(servers []webrtc.ICEServer, broker *BrokerChannel) {
/dports/www/beehive/beehive-0.4.0/vendor/github.com/bwmarrin/discordgo/
H A Dstructs.go164 type ICEServer struct { struct
165 URL string `json:"url"`
166 Username string `json:"username"`
167 Credential string `json:"credential"`
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/bwmarrin/discordgo/
H A Dstructs.go187 type ICEServer struct { struct
188 URL string `json:"url"`
189 Username string `json:"username"`
190 Credential string `json:"credential"`
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/matterbridge/discordgo/
H A Dstructs.go187 type ICEServer struct { struct
188 URL string `json:"url"`
189 Username string `json:"username"`
190 Credential string `json:"credential"`