@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines (10 loc) • 459 B
JavaScript
/** The event type */
export var RealtimeEventType;
(function (RealtimeEventType) {
RealtimeEventType["end_calling"] = "end_calling";
RealtimeEventType["end_hold"] = "end_hold";
RealtimeEventType["end_ringing"] = "end_ringing";
RealtimeEventType["start_calling"] = "start_calling";
RealtimeEventType["start_hold"] = "start_hold";
RealtimeEventType["start_ringing"] = "start_ringing";
})(RealtimeEventType || (RealtimeEventType = {}));