DyteHostActions class abstract

Constructors

DyteHostActions()

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

acceptWaitlistedParticipant(DyteMeetingParticipant waitlistingParticipant) → void
disableAllVideos() → void
disableParticipantAudio(DyteMeetingParticipant participant) → void
disableParticipantVideo(DyteMeetingParticipant participant) → void
kickAll() → void
kickParticipant(DyteMeetingParticipant participant) → void
muteAllAudios() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pinParticipant(DyteMeetingParticipant participant) → void
rejectWaitlistedParticipant(DyteMeetingParticipant waitlistingParticipant) → void
toString() String
A string representation of this object.
inherited
unpinParticipant() → void

Operators

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