ice

package
v0.37.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2025 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CandidateTypes

func CandidateTypes() []ice.CandidateType

func CandidateTypesP2P

func CandidateTypesP2P() []ice.CandidateType

func GenerateICECredentials

func GenerateICECredentials() (string, string, error)

func NewAgent

func NewAgent(iFaceDiscover stdnet.ExternalIFaceDiscover, config Config, candidateTypes []ice.CandidateType, ufrag string, pwd string) (*ice.Agent, error)

Types

type Config

type Config struct {
	// StunTurn is a list of STUN and TURN URLs
	StunTurn *StunTurn // []*stun.URI

	// InterfaceBlackList is a list of machine interfaces that should be filtered out by ICE Candidate gathering
	// (e.g. if eth0 is in the list, host candidate of this interface won't be used)
	InterfaceBlackList   []string
	DisableIPv6Discovery bool

	UDPMux      ice.UDPMux
	UDPMuxSrflx ice.UniversalUDPMux

	NATExternalIPs []string
}

type StunTurn added in v0.36.6

type StunTurn atomic.Value

func (*StunTurn) Load added in v0.36.6

func (s *StunTurn) Load() []*stun.URI

func (*StunTurn) Store added in v0.36.6

func (s *StunTurn) Store(value []*stun.URI)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳