From fb4f7f8403fdb87d57947ea616072b02ce85466a Mon Sep 17 00:00:00 2001 From: hujiebin Date: Mon, 24 Jul 2023 17:00:40 +0800 Subject: [PATCH] Update userProxy.proto --- protocol/userProxy.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index 2ac061e..8ebe490 100644 --- a/protocol/userProxy.proto +++ b/protocol/userProxy.proto @@ -437,7 +437,7 @@ message GroupMicChange { bool forbid = 5; bool micForbid = 6; string externalId = 7; - string agoraId = 8; + uint32 agoraId = 8; int64 timestamp = 9; MicUserData user = 10; } @@ -459,7 +459,7 @@ message MicUserData { string headwearPicUrl = 9; string headwearEffectUrl = 10; string headwearReverseEffectUrl = 11; - int32 svipLevel = 12; + uint32 svipLevel = 12; string micEffect = 14; string headwearIcon = 15; } -- 2.22.0