MediaSFU React Native
    Preparing search index...

    Interface ResumePauseStreamsParameters

    interface ResumePauseStreamsParameters {
        participants: Participant[];
        dispActiveNames: string[];
        remoteScreenStream: Stream[];
        consumerTransports: Transport[];
        screenId?: string;
        islevel: string;
        getUpdatedAllParams: () => ResumePauseStreamsParameters;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    participants: Participant[]
    dispActiveNames: string[]
    remoteScreenStream: Stream[]
    consumerTransports: Transport[]
    screenId?: string
    islevel: string
    getUpdatedAllParams: () => ResumePauseStreamsParameters