HMSRecordingConfig class

100ms HMSRecordingConfg

HMSRecordingConfig contains meeting Url, record status, rtmp Urls list and video resolution.

Constructors

HMSRecordingConfig({String? meetingUrl, required bool toRecord, List<String>? rtmpUrls, HMSResolution? resolution})

Properties

hashCode int
The hash code for this object.
no setterinherited
meetingUrl String?
Single click meeting url to start/stop recording/streaming.
final
resolution HMSResolution?
The resolution that rtmp stream should be.
getter/setter pair
rtmpUrls List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toRecord bool
true if recording/streaming should be started. false if recording/streaming should be stoppped.
final

Methods

getJson() Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited