MuteStatus class

Represents the mute status for audio and video during a call.

This class holds constants to represent the various mute statuses that can occur for both audio and video streams in a call. These statuses are used to control and indicate the mute state of the remote participant's audio and video.

Constructors

MuteStatus.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

localAudioMute → const String
Represents the status when the local participant's audio is muted.
localAudioUnMute → const String
Represents the status when the local participant's audio is un muted.
localVideoMute → const String
Represents the status when the local participant's video is un muted.
localVideoUnMute → const String
Represents the status when the local participant's video is muted.
remoteAudioMute → const String
Represents the status when the remote participant's audio is muted.
remoteAudioUnMute → const String
Represents the status when the remote participant's audio is un muted.
remoteVideoMute → const String
Represents the status when the remote participant's video is un muted.
remoteVideoUnMute → const String
Represents the status when the remote participant's video is muted.