@if(liveService.connection_state === 'CONNECTED'){
剩余通话时长 {{ liveService.countdown | secondsToTime }}
}
@if (!liveService.isAnchor) {
礼物
}
旋转摄像头
{{ liveService.tools["mute"] ? "已静音" : "静音" }}
麦克风{{ liveService.tools["audio"] ? "已关" : "已开" }}
挂断
左滑聊天

欢迎进入视频直播1V1聊天

@for (item of msgServe.messageMapList[room?.get('user').id]; track $index) {

{{ item.name }}: {{ item.content }}

}
@if (showEmoji) {
@for (item of aiServ.emojis; track $index) {
{{ item.char }}
}
}
@if (this.room?.id) { }