Participant class
Separate call entity participating in a call.
Constructors
- Participant(CallMember member, {Track? video, Track? audio, RxUser? user})
Properties
-
audio
→ Rx<
Track?> -
Reactive audio track of this Participant.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- member ↔ CallMember
-
CallMember this Participant represents.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → MediaSourceKind
-
Returns the MediaSourceKind of this Participant.
no setter
-
user
→ Rx<
RxUser?> -
User this Participant represents.
final
-
video
→ Rx<
Track?> -
Reactive video track of this Participant.
final
-
videoKey
→ GlobalKey<
State< StatefulWidget> > -
GlobalKey of this Participant's VideoView.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited