Package live.hms.video.sdk.models
Class HMSHLSMeetingURLVariant
-
- All Implemented Interfaces:
public final class HMSHLSMeetingURLVariant
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmeetingUrlprivate final Stringmetadata
-
Constructor Summary
Constructors Constructor Description HMSHLSMeetingURLVariant(String meetingUrl, String metadata)
-
Method Summary
Modifier and Type Method Description final StringgetMeetingUrl()Single click meeting url to start/stop HLS streaming. final StringgetMetadata()The optional metadata which will be used to identify the type of stream to be started - landscape/portrait etc -
-
Method Detail
-
getMeetingUrl
final String getMeetingUrl()
Single click meeting url to start/stop HLS streaming.
-
getMetadata
final String getMetadata()
The optional metadata which will be used to identify the type of stream to be started - landscape/portrait etc
-
-
-
-