Documentation
¶
Index ¶
- func ClearTerminal()
- func ConfigureDefaultPeerConnection(peerConnection *webrtc.PeerConnection)
- func ConfigureReceiverPeerConnection(peerConnection *webrtc.PeerConnection, offer Offer)
- func ConfigureSenderPeerConnection(peerConnection *webrtc.PeerConnection, chunks [][]byte)
- func RunApp()
- type Config
- type FileData
- type Metadata
- type Offer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearTerminal ¶
func ClearTerminal()
func ConfigureDefaultPeerConnection ¶
func ConfigureDefaultPeerConnection(peerConnection *webrtc.PeerConnection)
func ConfigureReceiverPeerConnection ¶
func ConfigureReceiverPeerConnection(peerConnection *webrtc.PeerConnection, offer Offer)
func ConfigureSenderPeerConnection ¶
func ConfigureSenderPeerConnection(peerConnection *webrtc.PeerConnection, chunks [][]byte)
Types ¶
type Config ¶
type Config struct {
Servers []webrtc.ICEServer `json:"servers"`
}
func CreateDefaultConfig ¶
func ReadConfig ¶
func ReadConfig() *Config
Click to show internal directories.
Click to hide internal directories.