Commit 16c211b7 authored by hujiebin's avatar hujiebin

麦位变化

parent 62f6240b
...@@ -427,3 +427,45 @@ message LeaveRoom { ...@@ -427,3 +427,45 @@ message LeaveRoom {
message RoomHeartBeat { message RoomHeartBeat {
string group_id = 1; string group_id = 1;
} }
/* id == 155 麦位变化 */
message GroupMicChange {
string group_id = 1;
uint32 i = 2;
bool lock = 3;
bool forbid = 4;
bool micForbid = 5;
string externalId = 6;
string agoraId = 7;
int64 timestamp = 8;
MicUserData user = 9;
}
message MicUserData {
uint64 id = 1;
string externalId = 2;
string avatar = 3;
string nick = 4;
uint32 sex = 5;
string code = 6;
bool isVip = 7;
uint32 noble = 8;
string headwearPicUrl = 9;
string headwearEffectUrl = 10;
string headwearReverseEffectUrl = 11;
int32 svipLevel = 12;
string micEffect = 14;
string headwearIcon = 15;
}
message CvSvip {
int32 svipLevel = 1;
repeated CVSvipPrivilege privileges = 2;
}
message CVSvipPrivilege {
int32 type = 1;
bool canSwitch = 2;
bool userSwitch = 3;
string mysteryCode = 4;
}
\ No newline at end of file
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