@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 510 B
TypeScript
/** Get realtime statistics about all rooms of your conference number */
export interface ConferenceRoomsStatistics {
/** The total numbers of rooms currently active in the conference number */
activeRoomsCount: number;
/** The total number of unique participants in the conference number (aggregated from all rooms) */
participantsCount: number;
/** The number of rooms available in the conference number */
roomsCount: number;
}
//# sourceMappingURL=ConferenceRoomsStatistics.d.ts.map