RemoteParticipantUpdate

@Serializable
data class RemoteParticipantUpdate(val permissions: ParticipantPermissionsUpdate? = null, val inputsEnabled: RemoteInputsEnabledUpdate? = null)

A desired update to things about a remote participant that you can control as a participant admin or meeting owner.

Constructors

Link copied to clipboard
constructor(permissions: ParticipantPermissionsUpdate? = null, inputsEnabled: RemoteInputsEnabledUpdate? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

A desired update to a remote participant's input enabled states.

Link copied to clipboard

A desired update to a remote participant's permissions.