DyteStageEventsListener class abstract

Inheritance
Implementers

Constructors

DyteStageEventsListener()

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
onAddedToStage() → void
onParticipantRemovedFromStage(DyteJoinedMeetingParticipant participant) → void
onParticipantStartedPresenting(DyteJoinedMeetingParticipant participant) → void
onParticipantStoppedPresenting(DyteJoinedMeetingParticipant participant) → void
onPresentRequestAccepted(DyteJoinedMeetingParticipant participant) → void
onPresentRequestAdded(DyteJoinedMeetingParticipant participant) → void
onPresentRequestClosed(DyteJoinedMeetingParticipant participant) → void
onPresentRequestReceived() → void
onPresentRequestRejected(DyteJoinedMeetingParticipant participant) → void
onPresentRequestWithdrawn(DyteJoinedMeetingParticipant participant) → void
onRemovedFromStage() → void
onStageRequestsUpdated(List<DyteJoinedMeetingParticipant> accessRequests) → void
onStageStatusUpdated(DyteStageStatus stageStatus) → void
toString() String
A string representation of this object.
inherited

Operators

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