DyteSelfEventsListener class abstract

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
onAudioDevicesUpdated() → void
onAudioUpdate(bool audioEnabled) → void
onMeetingRoomJoinedWithoutCameraPermission() → void
onMeetingRoomJoinedWithoutMicPermission() → void
onPermissionsUpdated(DytePermissions permissions) → void
onProximityChanged(bool isNear) → void
onRemovedFromMeeting() → void
onRoomMessage(String type, Map<String, dynamic> payload) → void
onScreenShareStarted() → void
onScreenShareStartFailed(String reason) → void
onScreenShareStopped() → void
onStageStatusUpdated(DyteStageStatus stageStatus) → void
onUpdate(DyteSelfUser participant) → void
onVideoDeviceChanged(DyteVideoDevice videoDevice) → void
onVideoUpdate(bool videoEnabled) → void
onWaitListStatusUpdate(DyteWaitListStatus waitListStatus) → void
toString() String
A string representation of this object.
inherited

Operators

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