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

    Type Alias AnalyticsInfo

    AnalyticsInfo: Message<"plugnmeet.AnalyticsInfo"> & {
        roomId: string;
        fileId: string;
        fileName: string;
        fileSize: number;
        creationTime: string;
    }

    Type Declaration

    • roomId: string

      from field: string room_id = 1;

    • fileId: string

      from field: string file_id = 2;

    • fileName: string

      from field: string file_name = 3;

    • fileSize: number

      from field: double file_size = 4;

    • creationTime: string

      from field: int64 creation_time = 5 [jstype = JS_STRING];

    from message plugnmeet.AnalyticsInfo