MediaSFU Shared
    Preparing search index...

    Interface AllMembersOptions<TParticipantSummary, TParticipant, TRequest, TCoHostResponsibility, TWaitingRoomParticipant, TConsumeSocket, TSocket, TOnScreenChangesParameters, TConnectIpsParameters, TConnectLocalIpsParameters, TReorderStreamsParameters, TAllParameters>

    interface AllMembersOptions<
        TParticipantSummary extends
            AllMembersParticipantLike = AllMembersParticipantLike,
        TParticipant extends AllMembersParticipantLike = AllMembersParticipantLike,
        TRequest extends AllMembersRequestLike = AllMembersRequestLike,
        TCoHostResponsibility = unknown,
        TWaitingRoomParticipant = unknown,
        TConsumeSocket = unknown,
        TSocket = Socket,
        TOnScreenChangesParameters = OnScreenChangesParameters,
        TConnectIpsParameters = ConnectIpsParameters,
        TConnectLocalIpsParameters = ConnectLocalIpsParameters,
        TReorderStreamsParameters = ReorderStreamsParameters,
        TAllParameters extends
            TOnScreenChangesParameters & TConnectIpsParameters & TConnectLocalIpsParameters & TReorderStreamsParameters = TOnScreenChangesParameters & TConnectIpsParameters & TConnectLocalIpsParameters & TReorderStreamsParameters,
    > {
        members: TParticipant[];
        requestss: TRequest[];
        coHoste: string;
        coHostRes: TCoHostResponsibility[];
        parameters: AllMembersParameters<
            TParticipantSummary,
            TParticipant,
            TRequest,
            TCoHostResponsibility,
            TWaitingRoomParticipant,
            TConsumeSocket,
            TSocket,
            TOnScreenChangesParameters,
            TConnectIpsParameters,
            TConnectLocalIpsParameters,
            TReorderStreamsParameters,
            TAllParameters,
        > & TAllParameters;
        consume_sockets: TConsumeSocket[];
        apiUserName: string;
        apiKey: string;
        apiToken: string;
    }

    Type Parameters

    Index

    Properties

    members: TParticipant[]
    requestss: TRequest[]
    coHoste: string
    consume_sockets: TConsumeSocket[]
    apiUserName: string
    apiKey: string
    apiToken: string