RTCMutedUser class
Constructors
- RTCMutedUser({RTCUser? muted, RTCUser? mutedBy})
- RTCMutedUser.fromMap(dynamic map)
-
factory
Properties
Methods
-
getMuted(
) → RTCUser? -
getMutedBy(
) → RTCUser? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setMuted(
RTCUser muted) → void -
setMutedBy(
RTCUser mutedBy) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited