Commit c9e5c7bc authored by hujiebin's avatar hujiebin

Update user_center_func.go

parent bb971433
...@@ -414,8 +414,8 @@ func SendSocketMicChange(userId uint64, externalId, txGroupId string, i uint32, ...@@ -414,8 +414,8 @@ func SendSocketMicChange(userId uint64, externalId, txGroupId string, i uint32,
AgoraId: agoraId, AgoraId: agoraId,
Timestamp: time.Now().Unix(), Timestamp: time.Now().Unix(),
User: &userProxy.MicUserData{ User: &userProxy.MicUserData{
Id: userId, Id: micUserId,
ExternalId: externalId, ExternalId: micUserExternalId,
Avatar: avatar, Avatar: avatar,
Nick: nick, Nick: nick,
Sex: sex, Sex: sex,
......
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