@videosdk.live/server-sdk
    Preparing search index...

    Interface RemoveParticipantOptions

    interface RemoveParticipantOptions {
        participantId: string;
        roomId?: string;
        sessionId?: string;
    }
    Index
    participantId: string

    The participant to remove. Required.

    roomId?: string

    The room id.

    sessionId?: string

    Restrict to a specific session.