HMSRecordingConfig

data class HMSRecordingConfig(val meetingUrl: String? = null, val rtmpUrls: List<String>, val record: Boolean, val resolution: HMSRtmpVideoResolution? = null)

Configuration for rtmp recording. Information about what to record/stream, where to broadcast and whether to start or stop.

Constructors

Link copied to clipboard
fun HMSRecordingConfig(meetingUrl: String? = null, rtmpUrls: List<String>, record: Boolean, resolution: HMSRtmpVideoResolution? = null)

Properties

Link copied to clipboard
val meetingUrl: String? = null

Single click meeting url to start/stop recording/streaming.

Link copied to clipboard

true if recording/streaming should be started. false if recording/streaming should be stopped.

Link copied to clipboard

The resolution that the rtmp stream should be.

Link copied to clipboard

The RTMP ingest url or urls where the meeting will be streamed.