Interface ResumePauseStreamsParameters

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

Hierarchy (view full)

Indexable

  • [key: string]: any

Properties

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