Remove unused enums

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-11-05 18:34:47 +00:00
parent f919d1654a
commit 464be37815
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
4 changed files with 2 additions and 35 deletions

View file

@ -135,12 +135,6 @@ export enum Action {
*/
OpenDialPad = "open_dial_pad",
/**
* Dial the phone number in the payload
* payload: DialNumberPayload
*/
DialNumber = "dial_number",
/**
* Fired when CallHandler has checked for PSTN protocol support
* payload: none