DyteWaitlistedParticipant

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A boolean value indicating if the audio currently enabled.

Link copied to clipboard
open override val clientSpecificId: String?

Identifier provided while adding the participant.

Link copied to clipboard
open override val flags: ParticipantFlags
Link copied to clipboard
open override val id: String

The ID of the participant, this ID is temporary changes every time the participant rejoins the meeting

Link copied to clipboard
open override val isHost: Boolean
Link copied to clipboard
open override var name: String

The participant's name

Link copied to clipboard
open override val picture: String?

The participant's picture (if any).

Link copied to clipboard
open override val presetName: String
Link copied to clipboard
Link copied to clipboard
open override val userId: String

The userId of the participant, this ID is tied to clientSpecificId and does not change for a user in a meeting

Link copied to clipboard

A boolean value indicating if the video currently enabled.

Link copied to clipboard
val videoTrack: VideoStreamTrack?

Functions

Link copied to clipboard

Accept the request and let the participant in the meeting

Link copied to clipboard
Link copied to clipboard

Reject the request, do not permit the participant to join the meeting

Link copied to clipboard
Link copied to clipboard
open fun toMap(): Map<String, Any?>