diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index 1bea214fd418bbf0e3edf693e7b36e9ecb405c5e..acec74e192ee51abfa4d445f787f17af0ae3984f 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.被踢出 }