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)