MediaSFU Shared
    Preparing search index...

    Interface ResolveMainHostRenderModeOptions

    interface ResolveMainHostRenderModeOptions {
        islevel: string;
        localUIMode: boolean;
        videoAlreadyOn: boolean;
        audioAlreadyOn: boolean;
        hostVideoOn: boolean;
        hostMuted?: boolean;
    }
    Index

    Properties

    islevel: string
    localUIMode: boolean
    videoAlreadyOn: boolean
    audioAlreadyOn: boolean
    hostVideoOn: boolean
    hostMuted?: boolean