MediaSFU Shared
    Preparing search index...

    Interface ResolveHostVideoStreamOptions<TStreamLike>

    interface ResolveHostVideoStreamOptions<TStreamLike = PrepopulateStreamLike> {
        islevel: string;
        keepBackground: boolean;
        virtualStream: any;
        localStreamVideo: any;
        oldAllStreams: TStreamLike[];
        hostVideoID?: string;
    }

    Type Parameters

    Index

    Properties

    islevel: string
    keepBackground: boolean
    virtualStream: any
    localStreamVideo: any
    oldAllStreams: TStreamLike[]
    hostVideoID?: string