This commit is contained in:
2025-12-25 07:21:30 +06:00
parent 8265e2d719
commit 0f9a7e39ce
8 changed files with 135 additions and 98 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="flex items-center justify-center p-3">
<div class="flex items-center justify-center">
<PrimeCard>
<template #content>
The chat is under development.
@@ -9,9 +9,6 @@
</template>
<script setup lang="ts">
const { clients } = useClients()
const { producers, consumers } = useMediasoup()
definePageMeta({
name: 'Index',
})