Interface RTCAVSignalingSetup

Hierarchy

  • RTCAVSignalingSetup

Properties

configuration?: RTCConfiguration

Mechanism to allow configuration of TURN/STUN servers, etc.

audio?: RTCRtpTransceiverInit
video?: RTCRtpTransceiverInit
getUserMediaSafariHack?: boolean

Some endpoints like Ring do not stream to Safari unless getUserMedia is called. Unclear why.

datachannel?: {
    label: string;
    dict?: RTCDataChannelInit;
}

Type declaration

  • label: string
  • Optional dict?: RTCDataChannelInit
type: "answer" | "offer"

Generated using TypeDoc