package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Apr 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
DestinationLiveKitURL string `yaml:"destination_livekit_url"`
Port uint32 `yaml:"port"`
ICEServers []ICEServer `yaml:"ice_servers"`
}
type ICEServer struct {
Urls []string `yaml:"urls"`
Username string `yaml:"username"`
Credential string `yaml:"credential"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.