HMSPermissions class

100ms HMSPermissions

HMSPermissions contains permissions for local peer like end room, remove others, mute and unmute other peers, role change and other permissions.

Constructors

HMSPermissions({bool? endRoom, bool? hlsStreaming, bool? rtmpStreaming, bool? removeOthers, bool? browserRecording, bool? mute, bool? unMute, bool? changeRole, bool? pollRead, bool? pollWrite})
HMSPermissions.fromMap(Map map)
factory

Properties

browserRecording bool?
final
changeRole bool?
final
endRoom bool?
final
hashCode int
The hash code for this object.
no setterinherited
hlsStreaming bool?
final
mute bool?
final
pollRead bool?
final
pollWrite bool?
final
removeOthers bool?
final
rtmpStreaming bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unMute bool?
final

Methods

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

Operators

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