Participant class
- Implementers
Constructors
- Participant(String participantName, Session session)
- Participant.withConnectionId(String? connectionId, String participantName, Session session)
Properties
- audioTrack ↔ MediaStreamTrack?
-
getter/setter pair
- connectionId ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
iceCandidateList
↔ List<
RTCIceCandidate> -
getter/setter pair
- isAudioActive ↔ bool
-
getter/setter pair
- isVideoActive ↔ bool
-
getter/setter pair
- mediaStream ↔ MediaStream?
-
getter/setter pair
- participantName ↔ String
-
getter/setter pair
- peerConnection ↔ RTCPeerConnection?
-
getter/setter pair
- renderer ↔ RTCVideoRenderer
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- session ↔ Session
-
getter/setter pair
- videoTrack ↔ MediaStreamTrack?
-
getter/setter pair
Methods
-
dispose(
) → Future< void> -
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