This commit is contained in:
@@ -54,12 +54,14 @@ const {
|
||||
currentTime,
|
||||
duration,
|
||||
displayMode: currentDisplayMode,
|
||||
activeHostId,
|
||||
hasAudio
|
||||
} = player
|
||||
const hostId = player.registerHost()
|
||||
const isHostVisible = computed(() => (
|
||||
visible.value
|
||||
&& hasAudio.value
|
||||
&& activeHostId.value === hostId
|
||||
))
|
||||
|
||||
const handleToggle = () => {
|
||||
|
||||
Reference in New Issue
Block a user