HMSHLSMeetingURLVariant

data class HMSHLSMeetingURLVariant(val meetingUrl: String? = null, val metadata: String = "")

Constructors

Link copied to clipboard
fun HMSHLSMeetingURLVariant(meetingUrl: String? = null, metadata: String = "")

Properties

Link copied to clipboard
@SerializedName(value = "meeting_url")
val meetingUrl: String? = null

Single click meeting url to start/stop HLS streaming.

Link copied to clipboard
@SerializedName(value = "metadata")
val metadata: String

The optional metadata which will be used to identify the type of stream to be started - landscape/portrait etc