HMSPeerUpdate enum Null safety
PeerUpdates in a room.
Constants
- audioToggled → const HMSPeerUpdate
-
when peer's audio is toggled
const HMSPeerUpdate(3)
- defaultUpdate → const HMSPeerUpdate
-
const HMSPeerUpdate(6)
- peerJoined → const HMSPeerUpdate
-
When new peer joins the room.
const HMSPeerUpdate(0)
- peerKnocked → const HMSPeerUpdate
-
when peer is knocked out by the host.
const HMSPeerUpdate(2)
- peerLeft → const HMSPeerUpdate
-
When peer left the room.
const HMSPeerUpdate(1)
- roleUpdated → const HMSPeerUpdate
-
when peer's role is changed
const HMSPeerUpdate(5)
-
values
→ const List<
HMSPeerUpdate> -
A constant List of the values in this enum, in order of their declaration.
const List<
HMSPeerUpdate> - videoToggled → const HMSPeerUpdate
-
when peer's video is toggled
const HMSPeerUpdate(4)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited