MediaSFU Shared
    Preparing search index...

    Interface PrepopulateUserMediaPlan<P>

    interface PrepopulateUserMediaPlan<P extends PrepopulateParticipantLike> {
        screenFlowActive: boolean;
        shouldReturnEarly: boolean;
        shouldUpdateAdminOnMainScreen: boolean;
        screenForceFullDisplay: boolean;
        host: P | null;
        hostStream: any;
        adminOnMainScreen: boolean;
        mainScreenPerson: string;
    }

    Type Parameters

    Index

    Properties

    screenFlowActive: boolean
    shouldReturnEarly: boolean
    shouldUpdateAdminOnMainScreen: boolean
    screenForceFullDisplay: boolean
    host: P | null
    hostStream: any
    adminOnMainScreen: boolean
    mainScreenPerson: string