Skip to content

Commit bcdb27b

Browse files
authored
Fix typo in CallerState enum
1 parent 632bec4 commit bcdb27b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tcnapi/exile/gate/v2/entities.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ message CallerEvent {
302302
}
303303

304304
enum CallerState {
305-
CALLER_STATE_UNAVALIABLE = 0;
305+
CALLER_STATE_UNAVAILABLE = 0;
306306
CALLER_STATE_IDLE = 1;
307307
CALLER_STATE_READY = 2;
308308
CALLER_STATE_HUNGUP = 3;

0 commit comments

Comments
 (0)