HMSHLSConfig
data class HMSHLSConfig(val meetingURLVariants: List<HMSHLSMeetingURLVariant>? = null, val hmsHlsRecordingConfig: HMSHlsRecordingConfig? = null)
Configuration for HLS streaming. Information about which meeting url to stream and whether to start or stop.
Parameters
meetingURLVariants 
List of HMSHLSMeetingURLVariant determining the types of stream to start.
hmsHlsRecordingConfig   
optional configuration for recording the hls stream.
Constructors
Link copied to clipboard
                fun HMSHLSConfig(meetingURLVariants: List<HMSHLSMeetingURLVariant>? = null, hmsHlsRecordingConfig: HMSHlsRecordingConfig? = null)