Configuration class for RTMP streaming in the HMS (100ms) system.

This class encapsulates the settings required to configure RTMP (Real-Time Messaging Protocol) streaming for a meeting. It includes options for the meeting URL, RTMP URLs for streaming, whether recording should be enabled, and the video resolution for the stream.

Param

The constructor parameters.

Param

The URL of the meeting to be streamed. Optional.

Param

An array of RTMP URLs to which the meeting will be streamed. Optional.

Param

Flag indicating whether the stream should be recorded.

Param

The resolution of the video to be streamed. Optional.

See

https://www.100ms.live/docs/react-native/v2/how-to-guides/record-and-live-stream/recording

Hierarchy

  • HMSRTMPConfig

Constructors

Properties

meetingURL?: string
record: boolean
rtmpURLs?: string[]

Generated using TypeDoc