RtkParticipants

RealtimeKit meeting participants

Properties

Link copied to clipboard

List of participant objects that should be rendered on the screen right now

Link copied to clipboard
Link copied to clipboard

List of all the com.cloudflare.realtimekit.RtkParticipant that are added to the meeting, includes both joined and who haven't joined

Link copied to clipboard

Boolean to indicate if there a next page of active participants available

Link copied to clipboard

Boolean to indicate if there a previous page of active participants available

Link copied to clipboard
Link copied to clipboard

List of participant objects that are in the meeting right now

Link copied to clipboard
Link copied to clipboard

Number of total active participant pages

Link copied to clipboard

List of participant objects that are marked pinned

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

List of participant objects that are waiting to be let in

Functions

Link copied to clipboard

Accepts all pending requests from waitlisted participants waiting to be let in the meeting

Link copied to clipboard

Accepts requests from waitlisted participants if user has appropriate permissions.

Link copied to clipboard
fun broadcastMessage(type: String, payload: Map<String, *>)

Send a broadcast message to all joined participants

Link copied to clipboard

Mutes all joined participant's audio in the meeting

Link copied to clipboard

Disables all joined participant's camera / video in the meeting

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Removes all joined participants

Link copied to clipboard

Rejects requests from waitlisted participants if user has appropriate permissions.

Link copied to clipboard
fun setPage(pageNumber: Int)

Navigates to the given pageNumber page

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