UNPKG

@vonage/voice

Version:

The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.

17 lines (15 loc) 456 B
// lib/enums/NCCOActions.ts var NCCOActions = /* @__PURE__ */ ((NCCOActions2) => { NCCOActions2["CONNECT"] = "connect"; NCCOActions2["CONVERSATION"] = "conversation"; NCCOActions2["INPUT"] = "input"; NCCOActions2["NOTIFY"] = "notify"; NCCOActions2["RECORD"] = "record"; NCCOActions2["STREAM"] = "stream"; NCCOActions2["TALK"] = "talk"; NCCOActions2["WAIT"] = "wait"; return NCCOActions2; })(NCCOActions || {}); export { NCCOActions };