MediaSFU Shared
    Preparing search index...

    Interface RespondToParticipantRequestOptions

    interface RespondToParticipantRequestOptions {
        parameters: HeadlessParameters;
        requestId?: string;
        name?: string;
        approve: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    parameters: HeadlessParameters

    The most recent parameter bag from updateSourceParameters.

    requestId?: string

    The request id from parameters.requestList.

    name?: string

    Or match by requester name.

    approve: boolean

    True to approve, false to reject.