LiveKit JS Server SDK - v2.13.3
    Preparing search index...

    Type Alias UpdateParticipantOptions

    type UpdateParticipantOptions = {
        attributes?: { [key: string]: string };
        metadata?: string;
        name?: string;
        permission?: Partial<ParticipantPermission>;
    }
    Index

    Properties

    attributes?: { [key: string]: string }

    only attributes you'd want to update should be set, set value to empty string to remove it

    metadata?: string
    name?: string
    permission?: Partial<ParticipantPermission>

    permissions are updated atomically - all desired permissions would need to be set