MediaSFU Shared
    Preparing search index...

    Interface SetParticipantPlaybackOptions

    interface SetParticipantPlaybackOptions {
        parameters: HeadlessParameters;
        name?: string;
        producerId?: string;
        kind?: "video" | "all" | "audio";
        paused: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    parameters: HeadlessParameters

    The most recent parameter bag from updateSourceParameters.

    name?: string

    Participant display name.

    producerId?: string

    Producer id, when you already hold one.

    kind?: "video" | "all" | "audio"

    Which of their tracks to affect. Defaults to both.

    paused: boolean

    True to stop receiving, false to resume.