From b95827939d382a3904b72b70b67c7a86c50bba32 Mon Sep 17 00:00:00 2001 From: Pete Pongpeauk Date: Thu, 4 May 2023 16:52:26 -0400 Subject: refactor SELECT_PROTOCOL_ACK (4) voice opcode to SESSION_DESCRIPTION Signed-off-by: Pete Pongpeauk --- src/webrtc/util/Constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webrtc/util') 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, -- cgit 1.5.1