RtkMeetingParticipant

abstract class RtkMeetingParticipant

RealtimeKit meeting participant

Inheritors

Properties

Link copied to clipboard
open val audioEnabled: Boolean = false

A boolean value indicating if the audio currently enabled.

Link copied to clipboard

Identifier provided while adding the participant.

Link copied to clipboard
Link copied to clipboard
open 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 val isHost: Boolean
Link copied to clipboard
open val isPinned: Boolean = false
Link copied to clipboard
open val name: String

The participant's name

Link copied to clipboard
open val picture: String?

The participant's picture (if any).

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

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

Link copied to clipboard
open val videoEnabled: Boolean = false

A boolean value indicating if the video currently enabled.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun pin(): HostError?

Pins the participant, so the participant is always in the active list

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

Unpins the participant