ModerationRestrictions class
Defines restrictions for features when the meeting is moderated.
Constructors
- ModerationRestrictions.new({String? chatRestriction, String? defaultJoinAsViewerType, String? presentRestriction, String? reactionRestriction})
- ModerationRestrictions.fromJson(Map json_)
Properties
- chatRestriction ↔ String?
-
Defines who has permission to send chat messages in the meeting space.
Possible string values are:
getter/setter pair
- defaultJoinAsViewerType ↔ String?
-
Defines whether to restrict the default role assigned to users as viewer.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- presentRestriction ↔ String?
-
Defines who has permission to share their screen in the meeting space.
Possible string values are:
getter/setter pair
- reactionRestriction ↔ String?
-
Defines who has permission to send reactions in the meeting space.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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