Info

@Serializable
data class Info

Properties

Link copied to clipboard
val isLocal: Boolean

Is the local participant.

Link copied to clipboard
val isOwner: Boolean

Does the participant have owner permissions.

Link copied to clipboard
@Serializable(with = DateAsLongSerializer::class)
val joinedAt: Date? = null

The time at which the participant joined the room.

Link copied to clipboard
val permissions: ParticipantPermissions? = null

The participant's in-call permissions, present only upon joining.

Link copied to clipboard
val userId: String? = null

An optional, client-settable identifier for the participant.

Link copied to clipboard
val userName: String? = null

The participant's human-readable username.