diff --git a/.devcontainer/livekit.yaml b/.devcontainer/livekit.yaml index ee4e875..18f35d2 100644 --- a/.devcontainer/livekit.yaml +++ b/.devcontainer/livekit.yaml @@ -20,7 +20,7 @@ webhook: room: auto_create: false - empty_timeout: 30 + empty_timeout: 3600 max_participants: 0 max_metadata_size: 0 diff --git a/audon-fe/src/components/JoinDialog.vue b/audon-fe/src/components/JoinDialog.vue new file mode 100644 index 0000000..1b00ec0 --- /dev/null +++ b/audon-fe/src/components/JoinDialog.vue @@ -0,0 +1,173 @@ + + + diff --git a/audon-fe/src/components/Participant.vue b/audon-fe/src/components/Participant.vue index 4f169e7..c74fe94 100644 --- a/audon-fe/src/components/Participant.vue +++ b/audon-fe/src/components/Participant.vue @@ -1,3 +1,4 @@ +