Class DirectCdnStreamingMediaOptions

The media setting options for the host.

Hierarchy

  • DirectCdnStreamingMediaOptions

Constructors

Properties

customVideoTrackId?: number

The video track ID returned by calling the createCustomVideoTrack method. The default value is 0.

publishCameraTrack?: boolean

Sets whether to publish the video captured by the camera: true : Publish the video captured by the camera. false : (Default) Do not publish the video captured by the camera.

publishCustomAudioTrack?: boolean

Sets whether to publish the captured audio from a custom source: true : Publish the captured audio from a custom source. false : (Default) Do not publish the captured audio from the custom source.

publishCustomVideoTrack?: boolean

Sets whether to publish the captured video from a custom source: true : Publish the captured video from a custom source. false : (Default) Do not publish the captured video from the custom source.

publishMicrophoneTrack?: boolean

Sets whether to publish the audio captured by the microphone: true : Publish the audio captured by the microphone. false : (Default) Do not publish the audio captured by the microphone.

Generated using TypeDoc