summary refs log tree commit diff
path: root/src/webrtc/util/Constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webrtc/util/Constants.ts')
-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,