Participant class Models

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.
read-onlyinherited
id String
The participant ID.
read / write
info ParticipantInfo?
Information about the conference participant.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
status ParticipantStatus?
The participant status.
read / write
streams List<MediaStream>?
The participant's streams.
read / write
type ParticipantType?
The participant type.
read / write

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