MediaSFU Shared
    Preparing search index...

    Interface ResumePauseStreamsParameters<TParticipant, TTransport, TStream>

    interface ResumePauseStreamsParameters<
        TParticipant extends ParticipantLike = Participant,
        TTransport extends TransportLike = Transport,
        TStream = Stream,
    > {
        participants: TParticipant[];
        dispActiveNames: string[];
        remoteScreenStream: TStream[];
        consumerTransports: TTransport[];
        screenId?: string;
        islevel: string;
        getUpdatedAllParams: () => ResumePauseStreamsParameters<
            TParticipant,
            TTransport,
            TStream,
        >;
        [key: string]: any;
    }

    Type Parameters

    Indexable

    • [key: string]: any
    Index

    Properties

    participants: TParticipant[]
    dispActiveNames: string[]
    remoteScreenStream: TStream[]
    consumerTransports: TTransport[]
    screenId?: string
    islevel: string
    getUpdatedAllParams: () => ResumePauseStreamsParameters<
        TParticipant,
        TTransport,
        TStream,
    >