$ParticipantInterface class sealed
- Implementers
- Annotations
-
- @BuiltValue(instantiable: false)
Properties
- actorId → String
-
no setter
- actorType → ActorType
-
no setter
- attendeeId → int
-
no setter
- attendeePermissions → int
-
no setter
- attendeePin → String
-
no setter
- callId → String?
-
no setter
- displayName → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- inCall → int
-
no setter
- lastPing → int
-
no setter
- participantType → int
-
no setter
- permissions → int
-
no setter
- phoneNumber → String?
-
no setter
- roomToken → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sessionIds
→ BuiltList<
String> -
no setter
- status → String?
-
no setter
- statusClearAt → int?
-
no setter
- statusIcon → String?
-
no setter
- statusMessage → String?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
void updates($ParticipantInterfaceBuilder)) → $ParticipantInterface - Rebuilds the instance.
-
toBuilder(
) → $ParticipantInterfaceBuilder - Converts the instance to a builder $ParticipantInterfaceBuilder.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited