Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capture ¶
type Capture struct { Display string VideoCodec codec.RTPCodec VideoIDs []string VideoPipelines map[string]types.VideoConfig AudioDevice string AudioCodec codec.RTPCodec AudioPipeline string BroadcastAudioBitrate int BroadcastVideoBitrate int BroadcastPreset string BroadcastPipeline string BroadcastUrl string ScreencastEnabled bool ScreencastRate string ScreencastQuality string ScreencastPipeline string WebcamEnabled bool WebcamDevice string WebcamWidth int WebcamHeight int MicrophoneEnabled bool MicrophoneDevice string }
type Member ¶
type Root ¶
type Server ¶
type Server struct { Cert string Key string Bind string Static string PProf bool Metrics bool CORS []string }
func (*Server) AllowOrigin ¶
type Session ¶
type WebRTC ¶
type WebRTC struct { ICELite bool ICETrickle bool ICEServersFrontend []types.ICEServer ICEServersBackend []types.ICEServer EphemeralMin uint16 EphemeralMax uint16 TCPMux int UDPMux int NAT1To1IPs []string IpRetrievalUrl string EstimatorEnabled bool EstimatorPassive bool EstimatorInitialBitrate int }
Click to show internal directories.
Click to hide internal directories.