ZegoRoomCapabilityNegotiationTypesBitMask class

Capability negotiation enable bitmask enumeration.

Constructors

ZegoRoomCapabilityNegotiationTypesBitMask()

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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

All → const int
The mask bit of this field corresponds to enable the capability negotiation of all user in the room.
1 << 0
ZegoRoomCapabilityNegotiationTypesPublisher → const int
The mask bit of this field corresponds to enable the capability negotiation of publisher in the room.
1 << 1