AddMediaStreamRequest

The media stream that you want to add to the flow.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attributes that you want to assign to the new media stream.

Link copied to clipboard

The sample rate (in Hz) for the stream. If the media stream type is video or ancillary data, set this value to 90000. If the media stream type is audio, set this value to either 48000 or 96000.

Link copied to clipboard

A description that can help you quickly identify what your media stream is used for.

Link copied to clipboard

A unique identifier for the media stream.

Link copied to clipboard

A name that helps you distinguish one media stream from another.

Link copied to clipboard

The type of media stream.

Link copied to clipboard

The resolution of the video.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String