Participant class

The Participant class gathers information about a conference participant.

Constructors

Participant(String id, ParticipantInfo? info, ParticipantStatus? status, ParticipantType? type)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The participant ID.
getter/setter pair
info ParticipantInfo?
Information about the conference participant.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ParticipantStatus?
The participant status.
getter/setter pair
streams List<MediaStream>?
The participant's streams.
getter/setter pair
type ParticipantType?
The participant type.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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