From d3fee13693f6be9b44bac35a3421c0a4aa82c54d Mon Sep 17 00:00:00 2001 From: raviteja83 Date: Wed, 27 Mar 2024 14:08:03 +0530 Subject: [PATCH] fix: update protocol spec version --- packages/hms-video-store/src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hms-video-store/src/utils/constants.ts b/packages/hms-video-store/src/utils/constants.ts index 2d3f72c608..5d199ac391 100644 --- a/packages/hms-video-store/src/utils/constants.ts +++ b/packages/hms-video-store/src/utils/constants.ts @@ -59,7 +59,7 @@ export const HMSEvents = { export const PROTOCOL_VERSION = '2.5'; -export const PROTOCOL_SPEC = '20231201'; +export const PROTOCOL_SPEC = '20240406'; export const HAND_RAISE_GROUP_NAME = '_handraise';