MuteRequest class
Class to send the mute request for camera and microphone.
Constructors
- MuteRequest({required int rtcId, required bool mute, required int device, required bool isForceful})
-
MuteRequest.fromJson(Map<
String, dynamic> json)
Properties
- device → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isForceful → bool
-
final
- messageType ↔ String
-
getter/setter pair
- mute → bool
-
final
- rtcId → int
-
final
- 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