Commit fb4f7f84 authored by hujiebin's avatar hujiebin

Update userProxy.proto

parent 9425aae3
...@@ -437,7 +437,7 @@ message GroupMicChange { ...@@ -437,7 +437,7 @@ message GroupMicChange {
bool forbid = 5; bool forbid = 5;
bool micForbid = 6; bool micForbid = 6;
string externalId = 7; string externalId = 7;
string agoraId = 8; uint32 agoraId = 8;
int64 timestamp = 9; int64 timestamp = 9;
MicUserData user = 10; MicUserData user = 10;
} }
...@@ -459,7 +459,7 @@ message MicUserData { ...@@ -459,7 +459,7 @@ message MicUserData {
string headwearPicUrl = 9; string headwearPicUrl = 9;
string headwearEffectUrl = 10; string headwearEffectUrl = 10;
string headwearReverseEffectUrl = 11; string headwearReverseEffectUrl = 11;
int32 svipLevel = 12; uint32 svipLevel = 12;
string micEffect = 14; string micEffect = 14;
string headwearIcon = 15; string headwearIcon = 15;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment