DyteStage class abstract

Constructors

DyteStage()

Properties

accessRequests List<DyteJoinedMeetingParticipant>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status DyteStageStatus
no setter

Methods

denyAccess(DyteJoinedMeetingParticipant peer) → void
denyAccessToAll() → void
grantAccess(DyteJoinedMeetingParticipant peer) → void
grantAccessToAll() → void
join() → void
kick(DyteJoinedMeetingParticipant peer) → void
leave() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAccess() → void
toString() String
A string representation of this object.
inherited
withdrawJoinRequest() → void

Operators

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