username
This commit is contained in:
parent
8eb6039994
commit
a7216abb49
|
|
@ -53,6 +53,7 @@ public class EventServiceImpl implements EventService {
|
|||
}
|
||||
roomCache.addUser(eventDto.getChannelName(), RoomUserVo.builder()
|
||||
.id(eventDto.getUid())
|
||||
.username(user.getUsername())
|
||||
.nickname(user.getNickname())
|
||||
.type(ERoomUserType.broadcaster)
|
||||
.lastClientSeq(eventDto.getClientSeq())
|
||||
|
|
|
|||
Loading…
Reference in New Issue