MediaSFU Shared
    Preparing search index...

    Interface PrepopulateParticipantLike

    interface PrepopulateParticipantLike {
        name?: string;
        islevel?: string;
        ScreenID?: string;
        ScreenOn?: boolean;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    name?: string
    islevel?: string
    ScreenID?: string
    ScreenOn?: boolean