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

    Type Alias PastRoomInfo

    PastRoomInfo: Message<"plugnmeet.PastRoomInfo"> & {
        roomTitle: string;
        roomId: string;
        roomSid: string;
        joinedParticipants: string;
        webhookUrl: string;
        created: string;
        ended: string;
        analyticsFileId?: string;
    }

    Type Declaration

    • roomTitle: string

      from field: string room_title = 1;

    • roomId: string

      from field: string room_id = 2;

    • roomSid: string

      from field: string room_sid = 3;

    • joinedParticipants: string

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

    • webhookUrl: string

      from field: string webhook_url = 5;

    • created: string

      from field: string created = 6;

    • ended: string

      from field: string ended = 7;

    • OptionalanalyticsFileId?: string

      from field: optional string analytics_file_id = 8;

    from message plugnmeet.PastRoomInfo