plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias GetClientFilesRes

    GetClientFilesRes: Message<"plugnmeet.GetClientFilesRes"> & {
        status: boolean;
        msg: string;
        css: string[];
        js: string[];
        cssFiles: string[];
        jsFiles: string[];
        staticAssetsPath?: string;
    }

    Type Declaration

    • status: boolean

      from field: bool status = 1;

    • msg: string

      from field: string msg = 2;

    • css: string[]

      from field: repeated string css = 3 [deprecated = true];

    • js: string[]

      from field: repeated string js = 4 [deprecated = true];

    • cssFiles: string[]

      from field: repeated string css_files = 5;

    • jsFiles: string[]

      from field: repeated string js_files = 6;

    • OptionalstaticAssetsPath?: string

      from field: optional string static_assets_path = 7;

    from message plugnmeet.GetClientFilesRes