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

    Type Alias AnalyticsRoomInfo

    AnalyticsRoomInfo: Message<"plugnmeet.AnalyticsRoomInfo"> & {
        roomId: string;
        roomTitle: string;
        roomTotalUsers: string;
        roomCreation: string;
        roomEnded: string;
        roomDuration: string;
        enabledE2ee: boolean;
        events: AnalyticsEventData[];
    }

    Type Declaration

    • roomId: string

      from field: string room_id = 1;

    • roomTitle: string

      from field: string room_title = 2;

    • roomTotalUsers: string

      from field: int64 room_total_users = 3 [jstype = JS_STRING];

    • roomCreation: string

      from field: int64 room_creation = 4 [jstype = JS_STRING];

    • roomEnded: string

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

    • roomDuration: string

      from field: int64 room_duration = 6 [jstype = JS_STRING];

    • enabledE2ee: boolean

      from field: bool enabled_e2ee = 7;

    • events: AnalyticsEventData[]

      from field: repeated plugnmeet.AnalyticsEventData events = 9;

    from message plugnmeet.AnalyticsRoomInfo