summary refs log tree commit diff
path: root/src/webrtc/util
diff options
context:
space:
mode:
authorPete Pongpeauk <kurtsiberg@gmail.com>2023-05-04 16:52:26 -0400
committerPete Pongpeauk <kurtsiberg@gmail.com>2023-05-04 16:52:26 -0400
commitb95827939d382a3904b72b70b67c7a86c50bba32 (patch)
tree631de134c889dadb4ebcb690a82e59286c18666a /src/webrtc/util
parentMerge pull request #1032 from spacebarchat/openapi (diff)
downloadserver-b95827939d382a3904b72b70b67c7a86c50bba32.tar.xz
refactor SELECT_PROTOCOL_ACK (4) voice opcode to SESSION_DESCRIPTION
Signed-off-by: Pete Pongpeauk <kurtsiberg@gmail.com>
Diffstat (limited to 'src/webrtc/util')
-rw-r--r--src/webrtc/util/Constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webrtc/util/Constants.ts b/src/webrtc/util/Constants.ts

index bd89c974..dba1c511 100644 --- a/src/webrtc/util/Constants.ts +++ b/src/webrtc/util/Constants.ts
@@ -29,7 +29,7 @@ export enum VoiceOPCodes { SELECT_PROTOCOL = 1, READY = 2, HEARTBEAT = 3, - SELECT_PROTOCOL_ACK = 4, + SESSION_DESCRIPTION = 4, SPEAKING = 5, HEARTBEAT_ACK = 6, RESUME = 7,