MediaSFU Angular
    Preparing search index...

    Interface ConnectRecvTransportParameters

    interface ConnectRecvTransportParameters {
        socket: Socket;
        coHostResponsibility: CoHostResponsibility[];
        roomName: string;
        showAlert?: ShowAlert;
        coHost: string;
        updateAddAltGrid: (addAltGrid: boolean) => void;
        otherGridStreams: CustomMediaComponent[][];
        updateOtherGridStreams: (
            otherGridStreams: CustomMediaComponent[][],
        ) => void;
        updateMiniCardsGrid: UpdateMiniCardsGridType;
        p_activeNames: string[];
        activeNames: string[];
        dispActiveNames: string[];
        non_alVideoStreams: Participant[];
        ref_participants: Participant[];
        islevel: string;
        sortAudioLoudness: boolean;
        audioDecibels: AudioDecibels[];
        mixed_alVideoStreams: (Participant | Stream)[];
        non_alVideoStreams_muted: Participant[];
        remoteProducerId?: string;
        localStreamVideo: MediaStream | null;
        screenPageLimit: number;
        meetingVideoOptimized: boolean;
        recordingVideoOptimized: boolean;
        recordingDisplayType: "video" | "media" | "all";
        paginatedStreams: (Participant | Stream)[][];
        itemPageLimit: number;
        doPaginate: boolean;
        prevDoPaginate: boolean;
        currentUserPage: number;
        breakoutRooms: BreakoutParticipant[][];
        hostNewRoom: number;
        breakOutRoomStarted: boolean;
        breakOutRoomEnded: boolean;
        virtualStream: MediaStream | null;
        mainRoomsLength: number;
        memberRoom: number;
        updateP_activeNames: (names: string[]) => void;
        updateActiveNames: (names: string[]) => void;
        updateDispActiveNames: (names: string[]) => void;
        updateNon_alVideoStreams: (participants: Participant[]) => void;
        updateRef_participants: (participants: Participant[]) => void;
        updateSortAudioLoudness: (sort: boolean) => void;
        updateMixed_alVideoStreams: (streams: (Participant | Stream)[]) => void;
        updateNon_alVideoStreams_muted: (participants: Participant[]) => void;
        updatePaginatedStreams: (streams: (Participant | Stream)[][]) => void;
        updateDoPaginate: (paginate: boolean) => void;
        updatePrevDoPaginate: (paginate: boolean) => void;
        updateCurrentUserPage: (page: number) => void;
        updateNumberPages: (pages: number) => void;
        updateMainRoomsLength: (length: number) => void;
        updateMemberRoom: (room: number) => void;
        mixStreams: MixStreamsType;
        dispStreams: DispStreamsType;
        prevActiveNames: string[];
        updatePrevActiveNames: (prevActiveNames: string[]) => void;
        trigger: TriggerType;
        device: Device | null;
        consumerTransports: Transport[];
        updateConsumerTransports: (transports: Transport[]) => void;
        consumerResume: ConsumerResumeType;
        getUpdatedAllParams: () => ConnectRecvTransportParameters;
        nStream: MediaStream | null;
        allAudioStreams: (Participant | Stream)[];
        allVideoStreams: (Participant | Stream)[];
        streamNames: Stream[];
        audStreamNames: Stream[];
        updateMainWindow: boolean;
        shared: boolean;
        shareScreenStarted: boolean;
        screenId?: string;
        participants: Participant[];
        eventType: EventType;
        meetingDisplayType: string;
        mainScreenFilled: boolean;
        first_round: boolean;
        lock_screen: boolean;
        oldAllStreams: (Participant | Stream)[];
        adminVidID?: string;
        mainHeightWidth: number;
        member: string;
        audioOnlyStreams: any[];
        gotAllVids: boolean;
        defer_receive: boolean;
        firstAll: boolean;
        remoteScreenStream: Stream[];
        hostLabel: string;
        whiteboardStarted: boolean;
        whiteboardEnded: boolean;
        updateUpdateMainWindow: (value: boolean) => void;
        updateAllAudioStreams: (value: (Participant | Stream)[]) => void;
        updateAllVideoStreams: (value: (Participant | Stream)[]) => void;
        updateStreamNames: (value: Stream[]) => void;
        updateAudStreamNames: (value: Stream[]) => void;
        updateNStream: (value: MediaStream | null) => void;
        updateMainHeightWidth: (value: number) => void;
        updateLock_screen: (value: boolean) => void;
        updateFirstAll: (value: boolean) => void;
        updateRemoteScreenStream: (value: Stream[]) => void;
        updateOldAllStreams: (value: (Participant | Stream)[]) => void;
        updateAudioOnlyStreams: (value: any[]) => void;
        updateShareScreenStarted: (value: boolean) => void;
        updateGotAllVids: (value: boolean) => void;
        updateScreenId: (value: string) => void;
        updateDefer_receive: (value: boolean) => void;
        reorderStreams: ReorderStreamsType;
        prepopulateUserMedia: PrepopulateUserMediaType;
        prevMainHeightWidth: number;
        shareEnded: boolean;
        p_dispActiveNames: string[];
        nForReadjustRecord: number;
        chatRefStreams: (Participant | Stream)[];
        keepBackground: boolean;
        updateLStreams: (streams: (Participant | Stream)[]) => void;
        updateChatRefStreams: (streams: (Participant | Stream)[]) => void;
        updateNForReadjustRecord: (n: number) => void;
        updateShowMiniView: (value: boolean) => void;
        rePort: RePortType;
        processConsumerTransports: ProcessConsumerTransportsType;
        resumePauseStreams: ResumePauseStreamsType;
        readjust: ReadjustType;
        addVideosGrid: AddVideosGridType;
        getEstimate: GetEstimateType;
        checkGrid: CheckGridType;
        resumePauseAudioStreams: ResumePauseAudioStreamsType;
        fixedPageLimit: number;
        removeAltGrid: boolean;
        isMediumScreen: boolean;
        updateRemoveAltGrid: (value: boolean) => void;
        calculateRowsAndColumns: CalculateRowsAndColumnsType;
        forceFullDisplay: boolean;
        adminOnMainScreen: boolean;
        mainScreenPerson: string;
        videoAlreadyOn: boolean;
        audioAlreadyOn: boolean;
        checkOrientation: () => string;
        screenForceFullDisplay: boolean;
        localStreamScreen: MediaStream | null;
        isWideScreen: boolean;
        localUIMode: boolean;
        annotateScreenStream: boolean;
        updateMainScreenPerson: (person: string) => void;
        updateMainScreenFilled: (filled: boolean) => void;
        updateAdminOnMainScreen: (admin: boolean) => void;
        updateScreenForceFullDisplay: (force: boolean) => void;
        updateMainGridStream: (components: CustomMediaComponent[]) => void;
        customVideoCard?: any;
        customAudioCard?: any;
        customMiniCard?: any;
        videoCardComponent?: any;
        audioCardComponent?: any;
        miniCardComponent?: any;
        sleep: SleepType;
        recordStarted: boolean;
        recordStopped: boolean;
        recordPaused: boolean;
        recordResumed: boolean;
        screenStates: ScreenState[];
        prevScreenStates: ScreenState[];
        updateScreenStates: (states: ScreenState[]) => void;
        updatePrevScreenStates: (states: ScreenState[]) => void;
        compareActiveNames: CompareActiveNamesType;
        compareScreenStates: CompareScreenStatesType;
        newLimitedStreams: (Participant | Stream)[];
        newLimitedStreamsIDs: string[];
        activeSounds: string[];
        screenShareIDStream?: string;
        screenShareNameStream?: string;
        adminIDStream?: string;
        adminNameStream?: string;
        updateNewLimitedStreams: (streams: (Participant | Stream)[]) => void;
        updateNewLimitedStreamsIDs: (ids: string[]) => void;
        updateActiveSounds: (sounds: string[]) => void;
        updateScreenShareIDStream: (id: string) => void;
        updateScreenShareNameStream: (name: string) => void;
        updateAdminIDStream: (id: string) => void;
        updateAdminNameStream: (name: string) => void;
        updateYouYouStream: (streams: (Participant | Stream)[]) => void;
        changeVids: ChangeVidsType;
        limitedBreakRoom: BreakoutParticipant[];
        updateLimitedBreakRoom: (limitedBreakRoom: BreakoutParticipant[]) => void;
        processConsumerTransportsAudio: ProcessConsumerTransportsAudioType;
        localSocket?: Socket<DefaultEventsMap, DefaultEventsMap>;
        updateDateState?: number | null;
        lastUpdate: number | null;
        nForReadjust: number;
        updateUpdateDateState: (timestamp: number | null) => void;
        updateLastUpdate: (lastUpdate: number | null) => void;
        updateNForReadjust: (nForReadjust: number) => void;
        autoAdjust: AutoAdjustType;
        updateGridRows: (rows: number) => void;
        updateGridCols: (cols: number) => void;
        updateAltGridRows: (rows: number) => void;
        updateAltGridCols: (cols: number) => void;
        updateGridSizes: (gridSizes: GridSizes) => void;
        gridSizes: GridSizes;
        paginationDirection: string;
        paginationHeightWidth: number;
        componentSizes: ComponentSizes;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    socket coHostResponsibility roomName showAlert? coHost updateAddAltGrid otherGridStreams updateOtherGridStreams updateMiniCardsGrid p_activeNames activeNames dispActiveNames non_alVideoStreams ref_participants islevel sortAudioLoudness audioDecibels mixed_alVideoStreams non_alVideoStreams_muted remoteProducerId? localStreamVideo screenPageLimit meetingVideoOptimized recordingVideoOptimized recordingDisplayType paginatedStreams itemPageLimit doPaginate prevDoPaginate currentUserPage breakoutRooms hostNewRoom breakOutRoomStarted breakOutRoomEnded virtualStream mainRoomsLength memberRoom updateP_activeNames updateActiveNames updateDispActiveNames updateNon_alVideoStreams updateRef_participants updateSortAudioLoudness updateMixed_alVideoStreams updateNon_alVideoStreams_muted updatePaginatedStreams updateDoPaginate updatePrevDoPaginate updateCurrentUserPage updateNumberPages updateMainRoomsLength updateMemberRoom mixStreams dispStreams prevActiveNames updatePrevActiveNames trigger device consumerTransports updateConsumerTransports consumerResume getUpdatedAllParams nStream allAudioStreams allVideoStreams streamNames audStreamNames updateMainWindow shared shareScreenStarted screenId? participants eventType meetingDisplayType mainScreenFilled first_round lock_screen oldAllStreams adminVidID? mainHeightWidth member audioOnlyStreams gotAllVids defer_receive firstAll remoteScreenStream hostLabel whiteboardStarted whiteboardEnded updateUpdateMainWindow updateAllAudioStreams updateAllVideoStreams updateStreamNames updateAudStreamNames updateNStream updateMainHeightWidth updateLock_screen updateFirstAll updateRemoteScreenStream updateOldAllStreams updateAudioOnlyStreams updateShareScreenStarted updateGotAllVids updateScreenId updateDefer_receive reorderStreams prepopulateUserMedia prevMainHeightWidth shareEnded p_dispActiveNames nForReadjustRecord chatRefStreams keepBackground updateLStreams updateChatRefStreams updateNForReadjustRecord updateShowMiniView rePort processConsumerTransports resumePauseStreams readjust addVideosGrid getEstimate checkGrid resumePauseAudioStreams fixedPageLimit removeAltGrid isMediumScreen updateRemoveAltGrid calculateRowsAndColumns forceFullDisplay adminOnMainScreen mainScreenPerson videoAlreadyOn audioAlreadyOn checkOrientation screenForceFullDisplay localStreamScreen isWideScreen localUIMode annotateScreenStream updateMainScreenPerson updateMainScreenFilled updateAdminOnMainScreen updateScreenForceFullDisplay updateMainGridStream customVideoCard? customAudioCard? customMiniCard? videoCardComponent? audioCardComponent? miniCardComponent? sleep recordStarted recordStopped recordPaused recordResumed screenStates prevScreenStates updateScreenStates updatePrevScreenStates compareActiveNames compareScreenStates newLimitedStreams newLimitedStreamsIDs activeSounds screenShareIDStream? screenShareNameStream? adminIDStream? adminNameStream? updateNewLimitedStreams updateNewLimitedStreamsIDs updateActiveSounds updateScreenShareIDStream updateScreenShareNameStream updateAdminIDStream updateAdminNameStream updateYouYouStream changeVids limitedBreakRoom updateLimitedBreakRoom processConsumerTransportsAudio localSocket? updateDateState? lastUpdate nForReadjust updateUpdateDateState updateLastUpdate updateNForReadjust autoAdjust updateGridRows updateGridCols updateAltGridRows updateAltGridCols updateGridSizes gridSizes paginationDirection paginationHeightWidth componentSizes

    Properties

    socket: Socket
    coHostResponsibility: CoHostResponsibility[]
    roomName: string
    showAlert?: ShowAlert
    coHost: string
    updateAddAltGrid: (addAltGrid: boolean) => void
    otherGridStreams: CustomMediaComponent[][]
    updateOtherGridStreams: (otherGridStreams: CustomMediaComponent[][]) => void
    updateMiniCardsGrid: UpdateMiniCardsGridType
    p_activeNames: string[]
    activeNames: string[]
    dispActiveNames: string[]
    non_alVideoStreams: Participant[]
    ref_participants: Participant[]
    islevel: string
    sortAudioLoudness: boolean
    audioDecibels: AudioDecibels[]
    mixed_alVideoStreams: (Participant | Stream)[]
    non_alVideoStreams_muted: Participant[]
    remoteProducerId?: string
    localStreamVideo: MediaStream | null
    screenPageLimit: number
    meetingVideoOptimized: boolean
    recordingVideoOptimized: boolean
    recordingDisplayType: "video" | "media" | "all"
    paginatedStreams: (Participant | Stream)[][]
    itemPageLimit: number
    doPaginate: boolean
    prevDoPaginate: boolean
    currentUserPage: number
    breakoutRooms: BreakoutParticipant[][]
    hostNewRoom: number
    breakOutRoomStarted: boolean
    breakOutRoomEnded: boolean
    virtualStream: MediaStream | null
    mainRoomsLength: number
    memberRoom: number
    updateP_activeNames: (names: string[]) => void
    updateActiveNames: (names: string[]) => void
    updateDispActiveNames: (names: string[]) => void
    updateNon_alVideoStreams: (participants: Participant[]) => void
    updateRef_participants: (participants: Participant[]) => void
    updateSortAudioLoudness: (sort: boolean) => void
    updateMixed_alVideoStreams: (streams: (Participant | Stream)[]) => void
    updateNon_alVideoStreams_muted: (participants: Participant[]) => void
    updatePaginatedStreams: (streams: (Participant | Stream)[][]) => void
    updateDoPaginate: (paginate: boolean) => void
    updatePrevDoPaginate: (paginate: boolean) => void
    updateCurrentUserPage: (page: number) => void
    updateNumberPages: (pages: number) => void
    updateMainRoomsLength: (length: number) => void
    updateMemberRoom: (room: number) => void
    mixStreams: MixStreamsType
    dispStreams: DispStreamsType
    prevActiveNames: string[]
    updatePrevActiveNames: (prevActiveNames: string[]) => void
    trigger: TriggerType
    device: Device | null
    consumerTransports: Transport[]
    updateConsumerTransports: (transports: Transport[]) => void
    consumerResume: ConsumerResumeType
    getUpdatedAllParams: () => ConnectRecvTransportParameters
    nStream: MediaStream | null
    allAudioStreams: (Participant | Stream)[]
    allVideoStreams: (Participant | Stream)[]
    streamNames: Stream[]
    audStreamNames: Stream[]
    updateMainWindow: boolean
    shared: boolean
    shareScreenStarted: boolean
    screenId?: string
    participants: Participant[]
    eventType: EventType
    meetingDisplayType: string
    mainScreenFilled: boolean
    first_round: boolean
    lock_screen: boolean
    oldAllStreams: (Participant | Stream)[]
    adminVidID?: string
    mainHeightWidth: number
    member: string
    audioOnlyStreams: any[]
    gotAllVids: boolean
    defer_receive: boolean
    firstAll: boolean
    remoteScreenStream: Stream[]
    hostLabel: string
    whiteboardStarted: boolean
    whiteboardEnded: boolean
    updateUpdateMainWindow: (value: boolean) => void
    updateAllAudioStreams: (value: (Participant | Stream)[]) => void
    updateAllVideoStreams: (value: (Participant | Stream)[]) => void
    updateStreamNames: (value: Stream[]) => void
    updateAudStreamNames: (value: Stream[]) => void
    updateNStream: (value: MediaStream | null) => void
    updateMainHeightWidth: (value: number) => void
    updateLock_screen: (value: boolean) => void
    updateFirstAll: (value: boolean) => void
    updateRemoteScreenStream: (value: Stream[]) => void
    updateOldAllStreams: (value: (Participant | Stream)[]) => void
    updateAudioOnlyStreams: (value: any[]) => void
    updateShareScreenStarted: (value: boolean) => void
    updateGotAllVids: (value: boolean) => void
    updateScreenId: (value: string) => void
    updateDefer_receive: (value: boolean) => void
    reorderStreams: ReorderStreamsType
    prepopulateUserMedia: PrepopulateUserMediaType
    prevMainHeightWidth: number
    shareEnded: boolean
    p_dispActiveNames: string[]
    nForReadjustRecord: number
    chatRefStreams: (Participant | Stream)[]
    keepBackground: boolean
    updateLStreams: (streams: (Participant | Stream)[]) => void
    updateChatRefStreams: (streams: (Participant | Stream)[]) => void
    updateNForReadjustRecord: (n: number) => void
    updateShowMiniView: (value: boolean) => void
    rePort: RePortType
    processConsumerTransports: ProcessConsumerTransportsType
    resumePauseStreams: ResumePauseStreamsType
    readjust: ReadjustType
    addVideosGrid: AddVideosGridType
    getEstimate: GetEstimateType
    checkGrid: CheckGridType
    resumePauseAudioStreams: ResumePauseAudioStreamsType
    fixedPageLimit: number
    removeAltGrid: boolean
    isMediumScreen: boolean
    updateRemoveAltGrid: (value: boolean) => void
    calculateRowsAndColumns: CalculateRowsAndColumnsType
    forceFullDisplay: boolean
    adminOnMainScreen: boolean
    mainScreenPerson: string
    videoAlreadyOn: boolean
    audioAlreadyOn: boolean
    checkOrientation: () => string
    screenForceFullDisplay: boolean
    localStreamScreen: MediaStream | null
    isWideScreen: boolean
    localUIMode: boolean
    annotateScreenStream: boolean
    updateMainScreenPerson: (person: string) => void
    updateMainScreenFilled: (filled: boolean) => void
    updateAdminOnMainScreen: (admin: boolean) => void
    updateScreenForceFullDisplay: (force: boolean) => void
    updateMainGridStream: (components: CustomMediaComponent[]) => void
    customVideoCard?: any
    customAudioCard?: any
    customMiniCard?: any
    videoCardComponent?: any
    audioCardComponent?: any
    miniCardComponent?: any
    sleep: SleepType
    recordStarted: boolean
    recordStopped: boolean
    recordPaused: boolean
    recordResumed: boolean
    screenStates: ScreenState[]
    prevScreenStates: ScreenState[]
    updateScreenStates: (states: ScreenState[]) => void
    updatePrevScreenStates: (states: ScreenState[]) => void
    compareActiveNames: CompareActiveNamesType
    compareScreenStates: CompareScreenStatesType
    newLimitedStreams: (Participant | Stream)[]
    newLimitedStreamsIDs: string[]
    activeSounds: string[]
    screenShareIDStream?: string
    screenShareNameStream?: string
    adminIDStream?: string
    adminNameStream?: string
    updateNewLimitedStreams: (streams: (Participant | Stream)[]) => void
    updateNewLimitedStreamsIDs: (ids: string[]) => void
    updateActiveSounds: (sounds: string[]) => void
    updateScreenShareIDStream: (id: string) => void
    updateScreenShareNameStream: (name: string) => void
    updateAdminIDStream: (id: string) => void
    updateAdminNameStream: (name: string) => void
    updateYouYouStream: (streams: (Participant | Stream)[]) => void
    changeVids: ChangeVidsType
    limitedBreakRoom: BreakoutParticipant[]
    updateLimitedBreakRoom: (limitedBreakRoom: BreakoutParticipant[]) => void
    processConsumerTransportsAudio: ProcessConsumerTransportsAudioType
    localSocket?: Socket<DefaultEventsMap, DefaultEventsMap>
    updateDateState?: number | null
    lastUpdate: number | null
    nForReadjust: number
    updateUpdateDateState: (timestamp: number | null) => void
    updateLastUpdate: (lastUpdate: number | null) => void
    updateNForReadjust: (nForReadjust: number) => void
    autoAdjust: AutoAdjustType
    updateGridRows: (rows: number) => void
    updateGridCols: (cols: number) => void
    updateAltGridRows: (rows: number) => void
    updateAltGridCols: (cols: number) => void
    updateGridSizes: (gridSizes: GridSizes) => void
    gridSizes: GridSizes
    paginationDirection: string
    paginationHeightWidth: number
    componentSizes: ComponentSizes