Participant class

Constructors

Participant(BuildContext _context, String id, String displayName, bool isLocal)

Properties

displayName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
isLocal bool
getter/setter pair
quality String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streams Map<String, Stream>
getter/setter pair

Methods

disableMic() → dynamic
disableWebcam() → dynamic
enableMic() → dynamic
enableWebcam() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(Events event, dynamic handler) → dynamic
remove() → dynamic
setQuality(dynamic quality) → dynamic
setViewPort(dynamic width, dynamic height) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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