JanusResponseEventCallback class abstract

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAttachedAsSubscriber() → void
onEventError(String? error, int? code) → void
onGetOnlineParticipants(Map<int?, bool?> participants) → void
onHangUp(String? reason) → void
onJoinEvent(List<int> publishersList, List<int> subscribersList, int senderID) → void
onJoiningEvent(int participantId, ConferenceRole? conferenceRole) → void
onLayerChangedForOpponent(int userId, int layer) → void
onLeaveCurrentUserEvent(bool success) → void
onLeaveParticipantEvent(int? publisherID) → void
onMediaReceived(String? type, bool? success) → void
onPacketError(String error) → void
onPublishedEvent(List<int> publishersList) → void
onRemoteSDPEventAnswer(bool fromPublisher, String? sdp) → void
onRemoteSDPEventOffer(int? opponentId, String? sdp) → void
onSlowLinkReceived(bool? uplink, int? lost) → void
onStartedEvent(String? started) → void
onSubStreamChangedForOpponent(int userId, StreamType streamType) → void
onUnPublishedEvent(int? publisherID) → void
onVideoRoomEvent(String? event) → void
onWebRTCUpReceived(int? senderID) → void
toString() String
A string representation of this object.
inherited

Operators

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