UNPKG

@vonage/voice

Version:

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

16 lines (14 loc) 423 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"; return NCCOActions2; })(NCCOActions || {}); export { NCCOActions };