From b647c2583008afc90d8e28dd2219f00230eb9b70 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Tue, 15 Aug 2023 16:21:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=88=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocol/userProxy.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index 1bea214..acec74e 100644 --- a/protocol/userProxy.proto +++ b/protocol/userProxy.proto @@ -380,7 +380,7 @@ message SheepMatchSuccess { string channelId = 5; string token = 6; uint32 agoraId = 7; - uint32 provider = 8; + uint32 provider = 8; uint32 otherAgoraId = 9; } @@ -490,4 +490,5 @@ message H5GameVoiceUnMute { /* id == 160 退出房间 */ message QuitRoom { + uint32 reason = 1; // 原因1.被拉黑;2.被踢出 } -- 2.22.0