fix read danmaku

This commit is contained in:
2025-01-19 14:59:20 +08:00
parent 02e24a5783
commit 5e570531f1
5 changed files with 17 additions and 44 deletions

View File

@@ -16,7 +16,7 @@ const inputMsg = ref('')
const isMaster = computed(() => {
return route.query.slave == null || route.query.slave == undefined
})
const dc = useDanmakuClient()
const dc = await useDanmakuClient().initClient()
const customCss = ref('')
let rtc= useWebRTC()