Package live.hms.video.sdk.models
Class HMSRecordingConfig
-
- All Implemented Interfaces:
public final class HMSRecordingConfigConfiguration for rtmp recording. Information about what to record/stream, where to broadcast and whether to start or stop.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmeetingUrlprivate final List<String>rtmpUrlsprivate final Booleanrecordprivate final HMSRtmpVideoResolutionresolution
-
Constructor Summary
Constructors Constructor Description HMSRecordingConfig(String meetingUrl, List<String> rtmpUrls, Boolean record, HMSRtmpVideoResolution resolution)
-
Method Summary
Modifier and Type Method Description final StringgetMeetingUrl()Single click meeting url to start/stop recording/streaming. final List<String>getRtmpUrls()The RTMP ingest url or urls where the meeting will be streamed. final BooleangetRecord()true if recording/streaming should be started. final HMSRtmpVideoResolutiongetResolution()The resolution that the rtmp stream should be. -
-
Constructor Detail
-
HMSRecordingConfig
HMSRecordingConfig(String meetingUrl, List<String> rtmpUrls, Boolean record, HMSRtmpVideoResolution resolution)
-
-
Method Detail
-
getMeetingUrl
final String getMeetingUrl()
Single click meeting url to start/stop recording/streaming.
-
getRtmpUrls
final List<String> getRtmpUrls()
The RTMP ingest url or urls where the meeting will be streamed.
-
getRecord
final Boolean getRecord()
true if recording/streaming should be started. false if recording/streaming should be stopped.
-
getResolution
final HMSRtmpVideoResolution getResolution()
The resolution that the rtmp stream should be.
-
-
-
-