plugNmeet JS SDK - v1.4.1
    Preparing search index...

    Type Alias PastRoomInfo

    type PastRoomInfo = {
        room_title: string;
        room_id: string;
        room_sid: string;
        joined_participants: number;
        webhook_url: string;
        created: string;
        ended: string;
        analytics_files_id: string;
    }
    Index

    Properties

    room_title: string
    room_id: string
    room_sid: string
    joined_participants: number
    webhook_url: string
    created: string
    ended: string
    analytics_files_id: string