UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 320 B
/** The event type */ export declare enum RealtimeEventType { 'end_calling' = "end_calling", 'end_hold' = "end_hold", 'end_ringing' = "end_ringing", 'start_calling' = "start_calling", 'start_hold' = "start_hold", 'start_ringing' = "start_ringing" } //# sourceMappingURL=RealtimeEventType.d.ts.map