上麦增加vipMic字段
This commit is contained in:
@@ -613,6 +613,9 @@ public class RoomBaseModel extends BaseModel implements IRoomBaseModel {
|
||||
contentJsonObj.put("headWearUrl", headWearUrl);
|
||||
}
|
||||
}
|
||||
if (AvRoomDataManager.get().isDatingVip(userInfo.getUid())) {
|
||||
contentJsonObj.put("vipMic", true);
|
||||
}
|
||||
NIMChatRoomSDK.getChatRoomService()
|
||||
.updateQueueEx(roomId, String.valueOf(micPosition), contentJsonObj.toJSONString(), true)
|
||||
.setCallback(new RequestCallback<Void>() {
|
||||
|
Reference in New Issue
Block a user