ParticipantInfo class Models

The ParticipantInfo class gathers information about a conference participant.

Constructors

ParticipantInfo(String name, String? avatarUrl, String? externalId)

Properties

avatarUrl String?
The URL of the participant's avatar.
read / write
externalId String?
The external unique identifier that the customer's application can add to the participant while opening a session. This property is required to invite participants to a conference. If a participant uses the same external ID in conferences, the participant ID also remains the same across all sessions.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
name String
The participant name.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, Object?>
Returns a representation of this object as a JSON object.
toString() String
A string representation of this object.
inherited

Operators

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