UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 342 B
/** Event of a conference (participant left/join) */ export interface ConferenceHistoryEvent { /** The caller id of the participant */ callerid: string; /** The date of the conference event */ date: string; /** The nature of the event : left/join */ type: string; } //# sourceMappingURL=ConferenceHistoryEvent.d.ts.map