Skip to main content

@wildix/wda-stream-client > WebhookEventType

WebhookEventType variable

Signature:

WebhookEventType: {
readonly CALL_COMPLETED: "call:completed";
readonly CALL_LIVE_COMPLETED: "call:live:completed";
readonly CALL_LIVE_INTERRUPTED: "call:live:interrupted";
readonly CALL_LIVE_PROGRESS: "call:live:progress";
readonly CALL_LIVE_TRANSCRIPTION: "call:live:transcription";
readonly CALL_SUMMARY_COMPLETED: "call:summary:completed";
readonly CALL_TRANSCRIPTION_COMPLETED: "call:transcription:completed";
readonly CALL_TRANSCRIPTION_TEXT_COMPLETED: "call:transcription:text:completed";
readonly CHAT_COMPLETED: "chat:completed";
readonly CHAT_LIVE_COMPLETED: "chat:live:completed";
readonly CHAT_LIVE_INTERRUPTED: "chat:live:interrupted";
readonly CHAT_LIVE_MISSED: "chat:live:missed";
readonly CHAT_LIVE_PROGRESS: "chat:live:progress";
readonly CHAT_MANAGER_MISSED: "chat:manager:missed";
readonly CONFERENCE_COMPLETED: "conference:completed";
readonly CONFERENCE_LIVE_COMPLETED: "conference:live:completed";
readonly CONFERENCE_LIVE_INTERRUPTED: "conference:live:interrupted";
readonly CONFERENCE_LIVE_JOIN: "conference:live:join";
readonly CONFERENCE_LIVE_LEAVE: "conference:live:leave";
readonly CONFERENCE_LIVE_PROGRESS: "conference:live:progress";
readonly CONFERENCE_LIVE_TRANSCRIPTION: "conference:live:transcription";
readonly CONFERENCE_SUMMARY_COMPLETED: "conference:summary:completed";
readonly CONFERENCE_TRANSCRIPTION_COMPLETED: "conference:transcription:completed";
readonly CONFERENCE_TRANSCRIPTION_TEXT_COMPLETED: "conference:transcription:text:completed";
readonly OLD_CALL_END: "call:end";
readonly OLD_CALL_START: "call:start";
readonly OLD_CALL_UPDATE: "call:update";
readonly PRESENCE_CONFERENCE: "presence:conference";
readonly PRESENCE_TELEPHONY: "presence:telephony";
readonly PRESENCE_USER: "presence:user";
}