Compare commits
109 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3ac3e003c | |||
| 6fa142f133 | |||
| 8e0a08da05 | |||
| 0a3b2c3dc8 | |||
| e5f1e6bbb3 | |||
| 1354ca3f7e | |||
| 269b19a5be | |||
| 0922fc4f41 | |||
| 9fc8f954e3 | |||
| a645885cf2 | |||
| 4c8a0e791c | |||
| fbdceb2e55 | |||
| aeaea47609 | |||
| f4fd752448 | |||
| 595354b7f0 | |||
|
|
d08b011596 | ||
| 12ce381abd | |||
| 2d30ac2863 | |||
| 0f218c1519 | |||
| 4b1a563850 | |||
| 169d43f0db | |||
| 47a464f08f | |||
| 4d5db12e1b | |||
| 4f59cbcf65 | |||
| 3b3f6b6e40 | |||
| 461cbc6f83 | |||
| a5cda8828f | |||
| 778f0a5687 | |||
| 2aca9bca08 | |||
| 7ed23df3e9 | |||
| 2ac88f1010 | |||
| c2cffd18de | |||
| bf38267c37 | |||
| 22c5fafb11 | |||
| 37683c42a9 | |||
| 2cbc75d7e3 | |||
| 6721f63d22 | |||
| b47643552f | |||
| 0ab3e15784 | |||
| 28c64edaf8 | |||
| 67a8dc7782 | |||
| 43a8b98a6a | |||
| 0f9a7e39ce | |||
| 8265e2d719 | |||
| 4f91309f7f | |||
| bcd457e2d6 | |||
| 8eef4fc477 | |||
| 614867bd12 | |||
| cdf2bf5952 | |||
| a4bd6705b6 | |||
| 723048c72a | |||
| 06ea0cd488 | |||
| 007d3ddda7 | |||
| 33cdaebada | |||
| 9650ea63fc | |||
| db59b85bd2 | |||
| 3f6f3b739e | |||
| b33a896117 | |||
| 01ae1b5011 | |||
| 0ac69610f2 | |||
| c4489b58c9 | |||
| c19bef73e0 | |||
| c573d2277a | |||
| 3006a82a0f | |||
| a68aa78ae1 | |||
| ba9f51bd5e | |||
| 89a3eac2b9 | |||
| 01de23a036 | |||
| aef93ef821 | |||
| 72f46df4d1 | |||
| 50c56e87ff | |||
| a7d65f0e3c | |||
| 649b49a732 | |||
| b887b69997 | |||
| 687a2958c0 | |||
| a7fe94abec | |||
| adb539350f | |||
| d870b7c1f1 | |||
| edd5a69cd4 | |||
| 6343f1de4d | |||
| 3f581ea8e9 | |||
| 10bfcf0727 | |||
| 6b5383ba24 | |||
| 6b5d669f64 | |||
| 40d66d356b | |||
| c665c19cf3 | |||
| b05a7324d6 | |||
| e8cbf6e146 | |||
| 472fa8d907 | |||
| ddc43e4b42 | |||
| 8d02eb380d | |||
| 4c70dce568 | |||
| 76f0ec74b5 | |||
|
|
e3d0106d8f | ||
|
|
e2068dd89a | ||
|
|
a2f845f228 | ||
|
|
1a497d402d | ||
|
|
924bbd4285 | ||
|
|
58d37ee02b | ||
|
|
ba12d413dc | ||
|
|
f525d1afe5 | ||
|
|
75fe5b0b8c | ||
|
|
39e877bbe9 | ||
|
|
fe205531e0 | ||
|
|
1ef0df7afb | ||
|
|
a0bd6f92e9 | ||
|
|
511cb76888 | ||
|
|
a433e1982b | ||
|
|
ec67be8aa6 |
@@ -1,15 +1,55 @@
|
|||||||
name: Deploy
|
name: Deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- master
|
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||||
paths:
|
|
||||||
- '.gitea/workflows/deploy-client.yml'
|
# paths:
|
||||||
- 'client/**'
|
# - ".gitea/workflows/deploy-client.yml"
|
||||||
|
# - "client/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
# publish-windows:
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
|
#
|
||||||
|
# steps:
|
||||||
|
# - name: Keyscan
|
||||||
|
# run: |
|
||||||
|
# ssh-keyscan git.koptilnya.xyz >> ~/.ssh/known_hosts
|
||||||
|
#
|
||||||
|
# - name: Checkout
|
||||||
|
# uses: actions/checkout@v4
|
||||||
|
# with:
|
||||||
|
# ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
# ssh-strict: false
|
||||||
|
# persist-credentials: false
|
||||||
|
#
|
||||||
|
# - name: Build
|
||||||
|
# run: |
|
||||||
|
# docker build \
|
||||||
|
# -t chad-client-windows-builder \
|
||||||
|
# -f ./client/Dockerfile.windows \
|
||||||
|
# ./client \
|
||||||
|
# --build-arg COMMIT_SHA=${{ gitea.sha }} \
|
||||||
|
# --build-arg API_BASE_URL=${{ vars.API_BASE_URL }} \
|
||||||
|
# --build-arg TAURI_SIGNING_PRIVATE_KEY=${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||||
|
#
|
||||||
|
# docker create --name chad-client-windows-container chad-client-windows-builder
|
||||||
|
# mkdir -p artifacts
|
||||||
|
# docker cp chad-client-windows-container:/artifacts artifacts/
|
||||||
|
# docker rm chad-client-windows-container
|
||||||
|
# ls -la artifacts
|
||||||
|
#
|
||||||
|
# - name: Publish
|
||||||
|
# uses: akkuman/gitea-release-action@v1
|
||||||
|
# with:
|
||||||
|
# files: |
|
||||||
|
# artifacts/**
|
||||||
|
# draft: true
|
||||||
|
|
||||||
|
publish-web:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -25,7 +65,7 @@ jobs:
|
|||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: docker build -t chad-client ./client --build-arg COMMIT_SHA=${{ gitea.sha }}
|
run: docker build -t chad-client -f ./client/Dockerfile.web ./client --build-arg COMMIT_SHA=${{ gitea.sha }} --build-arg API_BASE_URL=${{ vars.API_BASE_URL }}
|
||||||
|
|
||||||
- name: Stop old container
|
- name: Stop old container
|
||||||
run: docker rm -f chad-client || true
|
run: docker rm -f chad-client || true
|
||||||
|
|||||||
2
client/.gitattributes
vendored
Normal file
2
client/.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
/.yarn/releases/** binary
|
||||||
|
/.yarn/plugins/** binary
|
||||||
6
client/.gitignore
vendored
6
client/.gitignore
vendored
@@ -23,9 +23,15 @@ logs
|
|||||||
.env.*
|
.env.*
|
||||||
!.env.example
|
!.env.example
|
||||||
|
|
||||||
|
.pnp.*
|
||||||
.yarn/*
|
.yarn/*
|
||||||
!.yarn/patches
|
!.yarn/patches
|
||||||
!.yarn/plugins
|
!.yarn/plugins
|
||||||
!.yarn/releases
|
!.yarn/releases
|
||||||
!.yarn/sdks
|
!.yarn/sdks
|
||||||
!.yarn/versions
|
!.yarn/versions
|
||||||
|
|
||||||
|
scripts/release.ps1
|
||||||
|
.tauri
|
||||||
|
|
||||||
|
updater.json
|
||||||
|
|||||||
Binary file not shown.
942
client/.yarn/releases/yarn-4.12.0.cjs
vendored
Normal file
942
client/.yarn/releases/yarn-4.12.0.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -1 +1,3 @@
|
|||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|
||||||
|
yarnPath: .yarn/releases/yarn-4.12.0.cjs
|
||||||
|
|||||||
@@ -2,16 +2,17 @@ FROM node:lts-alpine AS builder
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN corepack enable
|
|
||||||
RUN yarn set version stable
|
|
||||||
|
|
||||||
COPY package.json yarn.lock .yarnrc.yml ./
|
COPY package.json yarn.lock .yarnrc.yml ./
|
||||||
|
COPY .yarn ./.yarn
|
||||||
|
|
||||||
RUN yarn install
|
RUN yarn install --immutable
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
ARG COMMIT_SHA=unknown
|
ARG COMMIT_SHA=unknown
|
||||||
ENV COMMIT_SHA=$COMMIT_SHA
|
ARG API_BASE_URL
|
||||||
|
|
||||||
|
ENV COMMIT_SHA=$COMMIT_SHA \
|
||||||
|
API_BASE_URL=$API_BASE_URL
|
||||||
|
|
||||||
RUN yarn generate
|
RUN yarn generate
|
||||||
|
|
||||||
46
client/Dockerfile.windows
Normal file
46
client/Dockerfile.windows
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
# === Build ===
|
||||||
|
FROM node:lts AS builder
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY package.json yarn.lock .yarnrc.yml ./
|
||||||
|
COPY .yarn ./.yarn
|
||||||
|
|
||||||
|
RUN yarn install --immutable
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
ARG COMMIT_SHA=unknown
|
||||||
|
ARG API_BASE_URL
|
||||||
|
ARG TAURI_SIGNING_PRIVATE_KEY
|
||||||
|
|
||||||
|
ENV COMMIT_SHA=$COMMIT_SHA \
|
||||||
|
API_BASE_URL=$API_BASE_URL \
|
||||||
|
TAURI_SIGNING_PRIVATE_KEY=$TAURI_SIGNING_PRIVATE_KEY \
|
||||||
|
TAURI_SIGNING_PRIVATE_KEY_PASSWORD=
|
||||||
|
|
||||||
|
RUN apt update && apt install -y --no-install-recommends \
|
||||||
|
nsis \
|
||||||
|
clang \
|
||||||
|
lld \
|
||||||
|
llvm \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
|
|
||||||
|
ENV PATH=/root/.cargo/bin:$PATH
|
||||||
|
|
||||||
|
RUN rustup target add x86_64-pc-windows-msvc
|
||||||
|
|
||||||
|
RUN cargo install --locked cargo-xwin
|
||||||
|
|
||||||
|
RUN yarn tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc
|
||||||
|
|
||||||
|
RUN node scripts/generate-updater.mjs
|
||||||
|
|
||||||
|
# === Artifacts ===
|
||||||
|
FROM scratch AS artifacts
|
||||||
|
|
||||||
|
COPY --from=builder /app/updater.json ./artifacts
|
||||||
|
COPY --from=builder /app/src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/ ./artifacts
|
||||||
|
|
||||||
|
CMD ["true"]
|
||||||
@@ -5,3 +5,7 @@
|
|||||||
|
|
||||||
<PrimeToast position="bottom-center" />
|
<PrimeToast position="bottom-center" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
const route = useRoute()
|
||||||
|
</script>
|
||||||
|
|||||||
@@ -6,8 +6,42 @@ body {
|
|||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background-image: radial-gradient(var(--p-surface-700), var(--p-surface-800));
|
||||||
|
background-size: 200% 200%;
|
||||||
|
background-position: left -100% top -100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#__nuxt {
|
#__nuxt {
|
||||||
|
--p-scrollpanel-bar-size: 5px;
|
||||||
|
--p-scrollpanel-bar-background: var(--p-surface-950);
|
||||||
|
--p-divider-horizontal-margin: 2rem 0 1rem;
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-divider {
|
||||||
|
&:first-child {
|
||||||
|
--p-divider-horizontal-margin: 1rem 0 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-scrollpanel-bar-y {
|
||||||
|
translate: -0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-select-overlay {
|
||||||
|
/* Force dropdown width to match computed min-width from PrimeVue internals. */
|
||||||
|
width: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-select-label {
|
||||||
|
width: 0 !important;
|
||||||
|
overflow: hidden !important;
|
||||||
|
text-overflow: ellipsis !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-select-option-label {
|
||||||
|
min-width: 0 !important;
|
||||||
|
overflow: hidden !important;
|
||||||
|
text-overflow: ellipsis !important;
|
||||||
|
}
|
||||||
13
client/app/components.d.ts
vendored
13
client/app/components.d.ts
vendored
@@ -13,13 +13,22 @@ declare module 'vue' {
|
|||||||
PrimeButton: typeof import('primevue/button')['default']
|
PrimeButton: typeof import('primevue/button')['default']
|
||||||
PrimeButtonGroup: typeof import('primevue/buttongroup')['default']
|
PrimeButtonGroup: typeof import('primevue/buttongroup')['default']
|
||||||
PrimeCard: typeof import('primevue/card')['default']
|
PrimeCard: typeof import('primevue/card')['default']
|
||||||
PrimeFieldset: typeof import('primevue/fieldset')['default']
|
PrimeDivider: typeof import('primevue/divider')['default']
|
||||||
PrimeFloatLabel: typeof import('primevue/floatlabel')['default']
|
PrimeFloatLabel: typeof import('primevue/floatlabel')['default']
|
||||||
PrimeInputText: typeof import('primevue/inputtext')['default']
|
PrimeInputText: typeof import('primevue/inputtext')['default']
|
||||||
PrimeMenu: typeof import('primevue/menu')['default']
|
PrimePassword: typeof import('primevue/password')['default']
|
||||||
|
PrimeProgressBar: typeof import('primevue/progressbar')['default']
|
||||||
|
PrimeScrollPanel: typeof import('primevue/scrollpanel')['default']
|
||||||
|
PrimeSelect: typeof import('primevue/select')['default']
|
||||||
|
PrimeSelectButton: typeof import('primevue/selectbutton')['default']
|
||||||
PrimeSlider: typeof import('primevue/slider')['default']
|
PrimeSlider: typeof import('primevue/slider')['default']
|
||||||
|
PrimeTag: typeof import('primevue/tag')['default']
|
||||||
PrimeToast: typeof import('primevue/toast')['default']
|
PrimeToast: typeof import('primevue/toast')['default']
|
||||||
|
PrimeToggleSwitch: typeof import('primevue/toggleswitch')['default']
|
||||||
RouterLink: typeof import('vue-router')['RouterLink']
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||||||
RouterView: typeof import('vue-router')['RouterView']
|
RouterView: typeof import('vue-router')['RouterView']
|
||||||
}
|
}
|
||||||
|
export interface ComponentCustomProperties {
|
||||||
|
Tooltip: typeof import('primevue/tooltip')['default']
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div
|
|
||||||
class="flex items-center justify-between gap-2 border-b-2 border-surface-800 px-3 py-3"
|
|
||||||
:class="{
|
|
||||||
'bg-surface-950': !secondary,
|
|
||||||
'bg-surface-900': secondary,
|
|
||||||
}"
|
|
||||||
style="height: 75px;"
|
|
||||||
>
|
|
||||||
<slot name="left">
|
|
||||||
<h1>
|
|
||||||
{{ title }}
|
|
||||||
</h1>
|
|
||||||
</slot>
|
|
||||||
|
|
||||||
<slot name="right" />
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup lang="ts">
|
|
||||||
defineProps<{
|
|
||||||
title: string
|
|
||||||
secondary?: boolean
|
|
||||||
}>()
|
|
||||||
</script>
|
|
||||||
@@ -1,89 +1,142 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="py-3">
|
<div
|
||||||
<div class="flex items-center gap-3 ">
|
class="overflow-hidden rounded-xl transition-[background-color]"
|
||||||
|
:class="{
|
||||||
|
'hover:bg-surface-800 cursor-pointer': !isMe,
|
||||||
|
'bg-surface-800': expanded,
|
||||||
|
}"
|
||||||
|
>
|
||||||
|
<div class="p-3" @click="toggleExpand">
|
||||||
|
<div class="flex items-center gap-3">
|
||||||
<PrimeAvatar
|
<PrimeAvatar
|
||||||
icon="pi pi-user"
|
|
||||||
size="small"
|
size="small"
|
||||||
/>
|
class="shrink-0"
|
||||||
|
:class="{
|
||||||
|
'outline-1 outline-primary outline-offset-2': speaking,
|
||||||
|
}"
|
||||||
|
>
|
||||||
|
<template #icon>
|
||||||
|
<User :size="20" />
|
||||||
|
</template>
|
||||||
|
</PrimeAvatar>
|
||||||
|
|
||||||
<div class="flex-1">
|
<p class="flex-1 text-sm leading-5 font-medium text-color truncate w-0">
|
||||||
<div class="text-sm leading-5 font-medium text-color whitespace-nowrap overflow-ellipsis">
|
{{ client.displayName || client.username }}
|
||||||
{{ client.username }}
|
</p>
|
||||||
|
|
||||||
|
<Component :is="expanded ? ChevronUp : ChevronDown" v-if="!isMe" :size="20" class="text-muted-color" />
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-1 text-xs leading-5 text-muted-color">
|
|
||||||
{{ client.id }}
|
<div v-if="hasBadges" class="flex justify-end align-center gap-1 mt-2">
|
||||||
|
<PrimeBadge v-if="streaming" v-tooltip.top="'Watch'" severity="success" value="Streaming" size="small" @click.stop="watchStream" />
|
||||||
|
|
||||||
|
<PrimeBadge v-if="premuted" severity="danger" value="Muted" size="small" />
|
||||||
|
<PrimeBadge v-else-if="client.outputMuted" severity="info" value="No sound" size="small" />
|
||||||
|
<PrimeBadge v-else-if="inputMuted" severity="info" value="Muted" size="small" />
|
||||||
|
|
||||||
|
<PrimeBadge v-if="isMe" severity="secondary" value="You" size="small" class="shrink-0" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<PrimeBadge v-if="client.isMe && inputMuted" severity="info" value="Muted" />
|
<CollapseTransition v-if="!isMe">
|
||||||
<PrimeBadge v-if="client.isMe" severity="secondary" value="You" />
|
<div v-if="expanded">
|
||||||
|
<div class="px-3 pb-3">
|
||||||
<template v-if="!client.isMe">
|
<div class="flex justify-between text-sm mb-3">
|
||||||
<PrimeButton icon="pi pi-ellipsis-h" text size="small" severity="contrast" @click="menuRef?.toggle" />
|
|
||||||
|
|
||||||
<PrimeMenu ref="menu" popup :model="menuItems" style="translate: calc(-100% + 2rem) 0.5rem">
|
|
||||||
<template #start>
|
|
||||||
<div class="px-4 py-3">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<span>Volume</span>
|
<span>Volume</span>
|
||||||
<span>{{ volume }}</span>
|
<span>{{ volume }}</span>
|
||||||
</div>
|
</div>
|
||||||
<PrimeSlider v-model="volume" class="mt-4" :min="0" :max="1000" :step="volume < 200 ? 5 : 25" />
|
<PrimeSlider v-model="volume" :min="0" :max="1000" :step="volume < 200 ? 5 : 25" />
|
||||||
|
|
||||||
|
<div class="mt-3 flex gap-1 justify-end">
|
||||||
|
<PrimeButton size="small" variant="text" @click="premuted = !premuted">
|
||||||
|
{{ premuted ? 'Unmute' : 'Mute' }}
|
||||||
|
</PrimeButton>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
|
||||||
</PrimeMenu>
|
|
||||||
</template>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</CollapseTransition>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import type { ChadClient } from '#shared/types'
|
import type { ChadClient } from '#shared/types'
|
||||||
import type { MenuItem } from 'primevue/menuitem'
|
import { ChevronDown, ChevronUp, User } from 'lucide-vue-next'
|
||||||
|
import CollapseTransition from '~/components/CollapseTransition.vue'
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
client: ChadClient
|
client: ChadClient
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
const { inputMuted, outputMuted } = useApp()
|
const { outputMuted } = useApp()
|
||||||
const { getClientConsumers } = useMediasoup()
|
const { consumers: allConsumers, micProducer } = useMediasoup()
|
||||||
|
const { me } = useClients()
|
||||||
|
const { show } = useFullscreenVideo()
|
||||||
|
|
||||||
const menuRef = useTemplateRef<HTMLAudioElement>('menu')
|
const expanded = ref(false)
|
||||||
|
|
||||||
const volume = ref(100)
|
const {
|
||||||
|
volume,
|
||||||
|
premuted,
|
||||||
|
speaking,
|
||||||
|
audioConsumers,
|
||||||
|
videoConsumers,
|
||||||
|
shareConsumers,
|
||||||
|
streaming,
|
||||||
|
} = useClient(toRef(() => props.client.socketId))
|
||||||
|
|
||||||
const menuItems: MenuItem[] = [
|
const isMe = computed(() => {
|
||||||
{
|
return me.value && props.client.userId === me.value.userId
|
||||||
label: 'Mute',
|
})
|
||||||
icon: 'pi pi-headphones',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'DM',
|
|
||||||
icon: 'pi pi-comment',
|
|
||||||
disabled: true,
|
|
||||||
},
|
|
||||||
]
|
|
||||||
|
|
||||||
const audioConsumer = computed(() => {
|
const audioConsumer = computed(() => {
|
||||||
const consumers = getClientConsumers(props.client.id)
|
return audioConsumers.value[0]
|
||||||
|
|
||||||
return consumers.find(consumer => consumer.track.kind === 'audio')
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const audioTrack = computed(() => {
|
const audioTrack = computed(() => {
|
||||||
return audioConsumer.value?.track
|
return audioConsumer.value?.raw.track
|
||||||
|
})
|
||||||
|
|
||||||
|
const audioConsumerPaused = computed(() => {
|
||||||
|
if (Object.keys(allConsumers.value).length === 0)
|
||||||
|
return false
|
||||||
|
|
||||||
|
return audioConsumer.value?.paused ?? false
|
||||||
|
})
|
||||||
|
|
||||||
|
const inputMuted = computed(() => {
|
||||||
|
if (isMe.value)
|
||||||
|
return micProducer.value?.paused ?? false
|
||||||
|
|
||||||
|
return premuted.value || audioConsumerPaused.value
|
||||||
|
})
|
||||||
|
|
||||||
|
const hasBadges = computed(() => {
|
||||||
|
return streaming.value
|
||||||
|
|| premuted.value
|
||||||
|
|| inputMuted.value
|
||||||
|
|| props.client.outputMuted
|
||||||
|
|| isMe.value
|
||||||
})
|
})
|
||||||
|
|
||||||
const { setGain } = useAudioContext(audioTrack)
|
const { setGain } = useAudioContext(audioTrack)
|
||||||
|
|
||||||
watch(volume, (volume) => {
|
watchEffect(() => {
|
||||||
if (outputMuted.value)
|
setGain((outputMuted.value || premuted.value) ? 0 : (volume.value * 0.01))
|
||||||
|
})
|
||||||
|
|
||||||
|
function toggleExpand() {
|
||||||
|
if (isMe.value)
|
||||||
return
|
return
|
||||||
|
|
||||||
setGain(volume * 0.01)
|
expanded.value = !expanded.value
|
||||||
})
|
}
|
||||||
|
|
||||||
watch(outputMuted, (outputMuted) => {
|
function watchStream() {
|
||||||
setGain(outputMuted ? 0 : (volume.value * 0.01))
|
if (!streaming.value)
|
||||||
})
|
return
|
||||||
|
|
||||||
|
const consumer = [...videoConsumers.value, ...shareConsumers.value][0]!
|
||||||
|
|
||||||
|
show(new MediaStream([consumer.raw.track]))
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
118
client/app/components/CollapseTransition.vue
Normal file
118
client/app/components/CollapseTransition.vue
Normal file
@@ -0,0 +1,118 @@
|
|||||||
|
<template>
|
||||||
|
<Transition name="collapse-transition" v-on="bindings">
|
||||||
|
<slot />
|
||||||
|
</Transition>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import type { RendererElement } from 'vue'
|
||||||
|
|
||||||
|
defineOptions({
|
||||||
|
name: 'CollapseTransition',
|
||||||
|
})
|
||||||
|
|
||||||
|
const emit = defineEmits<{
|
||||||
|
expanded: []
|
||||||
|
collapsed: []
|
||||||
|
}>()
|
||||||
|
|
||||||
|
const bindings = {
|
||||||
|
beforeEnter(el: RendererElement) {
|
||||||
|
if (!el.dataset)
|
||||||
|
el.dataset = {}
|
||||||
|
|
||||||
|
el.dataset.oldPaddingTop = el.style.paddingTop
|
||||||
|
el.dataset.oldPaddingBottom = el.style.paddingBottom
|
||||||
|
el.dataset.elExistsHeight = el.style.height ?? undefined
|
||||||
|
el.style.maxHeight = 0
|
||||||
|
el.style.paddingTop = 0
|
||||||
|
el.style.paddingBottom = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
enter(el: RendererElement) {
|
||||||
|
requestAnimationFrame(() => {
|
||||||
|
el.dataset.oldOverflow = el.style.overflow
|
||||||
|
if (el.dataset.elExistsHeight) {
|
||||||
|
el.style.maxHeight = el.dataset.elExistsHeight
|
||||||
|
}
|
||||||
|
else if (el.scrollHeight !== 0) {
|
||||||
|
el.style.maxHeight = `${el.scrollHeight}px`
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
el.style.maxHeight = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
el.style.paddingTop = el.dataset.oldPaddingTop
|
||||||
|
el.style.paddingBottom = el.dataset.oldPaddingBottom
|
||||||
|
el.style.overflow = 'hidden'
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
|
afterEnter(el: RendererElement) {
|
||||||
|
el.style.maxHeight = ''
|
||||||
|
el.style.overflow = el.dataset.oldOverflow
|
||||||
|
|
||||||
|
emit('expanded')
|
||||||
|
},
|
||||||
|
|
||||||
|
enterCancelled(el: RendererElement) {
|
||||||
|
reset(el)
|
||||||
|
},
|
||||||
|
|
||||||
|
beforeLeave(el: RendererElement) {
|
||||||
|
if (!el.dataset)
|
||||||
|
el.dataset = {}
|
||||||
|
el.dataset.oldPaddingTop = el.style.paddingTop
|
||||||
|
el.dataset.oldPaddingBottom = el.style.paddingBottom
|
||||||
|
el.dataset.oldOverflow = el.style.overflow
|
||||||
|
|
||||||
|
el.style.maxHeight = `${el.scrollHeight}px`
|
||||||
|
el.style.overflow = 'hidden'
|
||||||
|
},
|
||||||
|
|
||||||
|
leave(el: RendererElement) {
|
||||||
|
if (el.scrollHeight !== 0) {
|
||||||
|
el.style.maxHeight = 0
|
||||||
|
el.style.paddingTop = 0
|
||||||
|
el.style.paddingBottom = 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
afterLeave(el: RendererElement) {
|
||||||
|
reset(el)
|
||||||
|
|
||||||
|
emit('collapsed')
|
||||||
|
},
|
||||||
|
|
||||||
|
leaveCancelled(el: RendererElement) {
|
||||||
|
reset(el)
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
function reset(el: RendererElement) {
|
||||||
|
el.style.maxHeight = ''
|
||||||
|
el.style.overflow = el.dataset.oldOverflow
|
||||||
|
el.style.paddingTop = el.dataset.oldPaddingTop
|
||||||
|
el.style.paddingBottom = el.dataset.oldPaddingBottom
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
.collapse-transition {
|
||||||
|
transition-property: height, padding-top, padding-bottom;
|
||||||
|
transition-timing-function: var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
|
||||||
|
transition-duration: var(--default-transition-duration, 150ms);
|
||||||
|
}
|
||||||
|
|
||||||
|
.collapse-transition-leave-active,
|
||||||
|
.collapse-transition-enter-active {
|
||||||
|
transition-property: opacity, max-height, padding-top, padding-bottom;
|
||||||
|
transition-timing-function: var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
|
||||||
|
transition-duration: var(--default-transition-duration, 150ms);
|
||||||
|
}
|
||||||
|
|
||||||
|
.collapse-transition-leave-to,
|
||||||
|
.collapse-transition-enter-from {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
25
client/app/components/Debug/Consumer.vue
Normal file
25
client/app/components/Debug/Consumer.vue
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
<template>
|
||||||
|
<div class="text-sm overflow-x-auto">
|
||||||
|
<p class="text-muted-color">
|
||||||
|
{{ consumer.id }}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>paused: {{ consumer.paused }}</p>
|
||||||
|
|
||||||
|
<p v-for="[key, value] in appData" :key="key">
|
||||||
|
{{ key }}: {{ value }}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import type { Consumer } from 'mediasoup-client/types'
|
||||||
|
|
||||||
|
const props = defineProps<{
|
||||||
|
consumer: Consumer
|
||||||
|
}>()
|
||||||
|
|
||||||
|
const appData = computed(() => {
|
||||||
|
return Object.entries(props.consumer.appData)
|
||||||
|
})
|
||||||
|
</script>
|
||||||
20
client/app/components/FullscreenGallery.vue
Normal file
20
client/app/components/FullscreenGallery.vue
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<template>
|
||||||
|
<Teleport to="body">
|
||||||
|
<div ref="root" class="fullscreen-gallery">
|
||||||
|
{{ videoConsumers.length + shareConsumers.length }}
|
||||||
|
</div>
|
||||||
|
</Teleport>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import { useFullscreen } from '@vueuse/core'
|
||||||
|
|
||||||
|
const rootRef = useTemplateRef('root')
|
||||||
|
|
||||||
|
const { enter } = useFullscreen(rootRef)
|
||||||
|
const { videoConsumers, shareConsumers } = useMediasoup()
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
// enter()
|
||||||
|
})
|
||||||
|
</script>
|
||||||
13
client/app/components/FullscreenGallery/Card.vue
Normal file
13
client/app/components/FullscreenGallery/Card.vue
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<template>
|
||||||
|
<div class="fullscreen-gallery-card">
|
||||||
|
sasd
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
40
client/app/components/Gallery/Card.vue
Normal file
40
client/app/components/Gallery/Card.vue
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
<template>
|
||||||
|
<div
|
||||||
|
class="group cursor-pointer hover:outline outline-primary relative rounded overflow-hidden flex items-center justify-center"
|
||||||
|
@click="watch"
|
||||||
|
>
|
||||||
|
<video :srcObject="stream" muted autoplay />
|
||||||
|
|
||||||
|
<PrimeTag
|
||||||
|
severity="secondary"
|
||||||
|
class="absolute bottom-2 text-sm opacity-70 group-hover:opacity-100"
|
||||||
|
rounded
|
||||||
|
>
|
||||||
|
{{ isMe ? 'You' : client.displayName }}
|
||||||
|
</PrimeTag>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import type { ChadClient } from '#shared/types'
|
||||||
|
|
||||||
|
const props = defineProps<{
|
||||||
|
client: ChadClient
|
||||||
|
stream: MediaStream
|
||||||
|
}>()
|
||||||
|
|
||||||
|
const { me } = useClients()
|
||||||
|
const fullscreenVideo = useFullscreenVideo()
|
||||||
|
|
||||||
|
const isMe = computed(() => {
|
||||||
|
return props.client.socketId === me.value?.socketId
|
||||||
|
})
|
||||||
|
|
||||||
|
function watch() {
|
||||||
|
fullscreenVideo.show(props.stream)
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
@@ -1,79 +1,145 @@
|
|||||||
import { createGlobalState } from '@vueuse/core'
|
import { getVersion } from '@tauri-apps/api/app'
|
||||||
|
|
||||||
|
import { computedAsync, createGlobalState } from '@vueuse/core'
|
||||||
import { useClients } from '~/composables/use-clients'
|
import { useClients } from '~/composables/use-clients'
|
||||||
|
|
||||||
export const useApp = createGlobalState(() => {
|
export const useApp = createGlobalState(() => {
|
||||||
const { clients } = useClients()
|
const { clients } = useClients()
|
||||||
const mediasoup = useMediasoup()
|
const mediasoup = useMediasoup()
|
||||||
|
const signaling = useSignaling()
|
||||||
const toast = useToast()
|
const toast = useToast()
|
||||||
|
const sfx = useSfx()
|
||||||
|
|
||||||
const inputMuted = ref(false)
|
const ready = ref(false)
|
||||||
const outputMuted = ref(false)
|
const isTauri = computed(() => '__TAURI_INTERNALS__' in window)
|
||||||
|
const commitSha = __COMMIT_SHA__
|
||||||
|
const version = computedAsync(() => {
|
||||||
|
if (import.meta.dev) {
|
||||||
|
return 'dev'
|
||||||
|
}
|
||||||
|
else if (isTauri.value) {
|
||||||
|
return getVersion()
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
return 'web'
|
||||||
|
}
|
||||||
|
}, '-')
|
||||||
|
|
||||||
|
const inputMuted = computed(() => {
|
||||||
|
return !!mediasoup.micProducer.value?.paused
|
||||||
|
})
|
||||||
const previousInputMuted = ref(inputMuted.value)
|
const previousInputMuted = ref(inputMuted.value)
|
||||||
|
|
||||||
const me = computed(() => clients.value.find(client => client.isMe))
|
const outputMuted = ref(false)
|
||||||
|
|
||||||
function muteInput() {
|
const videoEnabled = computed(() => {
|
||||||
inputMuted.value = true
|
return !!mediasoup.videoProducer.value
|
||||||
|
})
|
||||||
|
|
||||||
|
const sharingEnabled = computed(() => {
|
||||||
|
return !!mediasoup.shareProducer.value
|
||||||
|
})
|
||||||
|
|
||||||
|
const somebodyStreamingVideo = computed(() => {
|
||||||
|
return !!mediasoup.videoProducer.value
|
||||||
|
|| !!mediasoup.shareProducer.value
|
||||||
|
|| mediasoup.videoConsumers.value.length > 0
|
||||||
|
|| mediasoup.shareConsumers.value.length > 0
|
||||||
|
})
|
||||||
|
|
||||||
|
async function muteInput() {
|
||||||
|
if (inputMuted.value || !mediasoup.micProducer.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
await mediasoup.pauseProducer(mediasoup.micProducer.value)
|
||||||
|
|
||||||
|
sfx.play('/sfx/off_micr.ogg').then()
|
||||||
|
toast.add({ severity: 'info', summary: 'Microphone muted', closable: false, life: 1000 })
|
||||||
}
|
}
|
||||||
|
|
||||||
function unmuteInput() {
|
async function unmuteInput() {
|
||||||
inputMuted.value = false
|
if (!inputMuted.value || !mediasoup.micProducer.value)
|
||||||
}
|
return
|
||||||
|
|
||||||
function toggleInput() {
|
|
||||||
if (inputMuted.value)
|
|
||||||
unmuteInput()
|
|
||||||
else
|
|
||||||
muteInput()
|
|
||||||
}
|
|
||||||
|
|
||||||
function muteOutput() {
|
|
||||||
outputMuted.value = true
|
|
||||||
}
|
|
||||||
|
|
||||||
function unmuteOutput() {
|
|
||||||
outputMuted.value = false
|
|
||||||
}
|
|
||||||
|
|
||||||
function toggleOutput() {
|
|
||||||
if (outputMuted.value)
|
|
||||||
unmuteOutput()
|
|
||||||
else
|
|
||||||
muteOutput()
|
|
||||||
}
|
|
||||||
|
|
||||||
watch(inputMuted, async (inputMuted) => {
|
|
||||||
if (inputMuted) {
|
|
||||||
await mediasoup.muteMic()
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
if (outputMuted.value) {
|
if (outputMuted.value) {
|
||||||
outputMuted.value = false
|
await unmuteOutput()
|
||||||
}
|
|
||||||
await mediasoup.unmuteMic()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const toastText = inputMuted ? 'Microphone muted' : 'Microphone activated'
|
await mediasoup.resumeProducer(mediasoup.micProducer.value)
|
||||||
toast.add({ severity: 'info', summary: toastText, closable: false, life: 1000 })
|
|
||||||
|
sfx.play('/sfx/on_micr.ogg').then()
|
||||||
|
toast.add({ severity: 'info', summary: 'Microphone activated', closable: false, life: 1000 })
|
||||||
|
}
|
||||||
|
|
||||||
|
async function toggleInput() {
|
||||||
|
if (inputMuted.value)
|
||||||
|
await unmuteInput()
|
||||||
|
else
|
||||||
|
await muteInput()
|
||||||
|
}
|
||||||
|
|
||||||
|
async function muteOutput() {
|
||||||
|
if (outputMuted.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
outputMuted.value = true
|
||||||
|
|
||||||
|
previousInputMuted.value = inputMuted.value
|
||||||
|
|
||||||
|
await muteInput()
|
||||||
|
|
||||||
|
await signaling.socket.value?.emitWithAck('updateClient', {
|
||||||
|
outputMuted: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
watch(outputMuted, (outputMuted) => {
|
toast.add({ severity: 'info', summary: 'Sound muted', closable: false, life: 1000 })
|
||||||
if (outputMuted) {
|
}
|
||||||
previousInputMuted.value = inputMuted.value
|
|
||||||
muteInput()
|
async function unmuteOutput() {
|
||||||
|
outputMuted.value = false
|
||||||
|
|
||||||
|
if (!previousInputMuted.value)
|
||||||
|
await unmuteInput()
|
||||||
|
|
||||||
|
await signaling.socket.value?.emitWithAck('updateClient', {
|
||||||
|
outputMuted: false,
|
||||||
|
})
|
||||||
|
|
||||||
|
toast.add({ severity: 'info', summary: 'Sound resumed', closable: false, life: 1000 })
|
||||||
|
}
|
||||||
|
|
||||||
|
async function toggleOutput() {
|
||||||
|
if (outputMuted.value)
|
||||||
|
await unmuteOutput()
|
||||||
|
else
|
||||||
|
await muteOutput()
|
||||||
|
}
|
||||||
|
|
||||||
|
async function toggleVideo() {
|
||||||
|
if (!mediasoup.videoProducer.value) {
|
||||||
|
await mediasoup.enableVideo()
|
||||||
|
await sfx.play('/sfx/on_trans.ogg', 0.03)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
inputMuted.value = previousInputMuted.value
|
await mediasoup.disableProducer(mediasoup.videoProducer.value)
|
||||||
|
await sfx.play('/sfx/off_trans.ogg', 0.03)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const toastText = outputMuted ? 'Sound muted' : 'Sound resumed'
|
async function toggleShare() {
|
||||||
toast.add({ severity: 'info', summary: toastText, closable: false, life: 1000 })
|
if (!mediasoup.shareProducer.value) {
|
||||||
})
|
await mediasoup.enableShare()
|
||||||
|
await sfx.play('/sfx/on_trans.ogg', 0.03)
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
await mediasoup.disableProducer(mediasoup.shareProducer.value)
|
||||||
|
await sfx.play('/sfx/off_trans.ogg', 0.03)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
ready,
|
||||||
clients,
|
clients,
|
||||||
me,
|
|
||||||
inputMuted,
|
inputMuted,
|
||||||
muteInput,
|
muteInput,
|
||||||
unmuteInput,
|
unmuteInput,
|
||||||
@@ -82,5 +148,13 @@ export const useApp = createGlobalState(() => {
|
|||||||
muteOutput,
|
muteOutput,
|
||||||
unmuteOutput,
|
unmuteOutput,
|
||||||
toggleOutput,
|
toggleOutput,
|
||||||
|
toggleVideo,
|
||||||
|
version,
|
||||||
|
isTauri,
|
||||||
|
commitSha,
|
||||||
|
toggleShare,
|
||||||
|
videoEnabled,
|
||||||
|
sharingEnabled,
|
||||||
|
somebodyStreamingVideo,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -4,13 +4,12 @@ export default function useAudioContext(audioTrack: Ref<MediaStreamTrack | undef
|
|||||||
const ctx = new (window.AudioContext || window.webkitAudioContext)()
|
const ctx = new (window.AudioContext || window.webkitAudioContext)()
|
||||||
|
|
||||||
const stream = new MediaStream()
|
const stream = new MediaStream()
|
||||||
|
const audioEl = new Audio()
|
||||||
|
|
||||||
const sourceNode = shallowRef<MediaStreamAudioSourceNode>()
|
const sourceNode = shallowRef<MediaStreamAudioSourceNode>()
|
||||||
const gainNode = ctx.createGain()
|
const gainNode = ctx.createGain()
|
||||||
|
|
||||||
let hackExecuted = false
|
watch(audioTrack, async (track, prevTrack) => {
|
||||||
|
|
||||||
watch(audioTrack, (track, prevTrack) => {
|
|
||||||
if (prevTrack)
|
if (prevTrack)
|
||||||
stream.removeTrack(prevTrack)
|
stream.removeTrack(prevTrack)
|
||||||
|
|
||||||
@@ -19,16 +18,14 @@ export default function useAudioContext(audioTrack: Ref<MediaStreamTrack | undef
|
|||||||
|
|
||||||
stream.addTrack(track)
|
stream.addTrack(track)
|
||||||
|
|
||||||
if (!hackExecuted) {
|
if (!audioEl.srcObject) {
|
||||||
const audioEl = new Audio()
|
|
||||||
audioEl.srcObject = stream
|
audioEl.srcObject = stream
|
||||||
audioEl.muted = true
|
audioEl.muted = true
|
||||||
hackExecuted = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceNode.value = ctx.createMediaStreamSource(stream)
|
sourceNode.value = ctx.createMediaStreamSource(stream)
|
||||||
|
|
||||||
connect()
|
await connect()
|
||||||
}, { immediate: true })
|
}, { immediate: true })
|
||||||
|
|
||||||
useEventListener(document, 'click', async () => {
|
useEventListener(document, 'click', async () => {
|
||||||
@@ -36,10 +33,16 @@ export default function useAudioContext(audioTrack: Ref<MediaStreamTrack | undef
|
|||||||
await ctx.resume()
|
await ctx.resume()
|
||||||
}
|
}
|
||||||
|
|
||||||
connect()
|
await connect()
|
||||||
}, { once: true })
|
}, { once: true })
|
||||||
|
|
||||||
function connect() {
|
onScopeDispose(() => {
|
||||||
|
audioEl.pause()
|
||||||
|
audioEl.srcObject = null
|
||||||
|
ctx.close()
|
||||||
|
})
|
||||||
|
|
||||||
|
async function connect() {
|
||||||
if (!sourceNode.value || ctx.state === 'suspended')
|
if (!sourceNode.value || ctx.state === 'suspended')
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
69
client/app/composables/use-auth.ts
Normal file
69
client/app/composables/use-auth.ts
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
import chadApi from '#shared/chad-api'
|
||||||
|
import { createGlobalState } from '@vueuse/core'
|
||||||
|
|
||||||
|
interface Me {
|
||||||
|
id: string
|
||||||
|
username: string
|
||||||
|
displayName: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export const useAuth = createGlobalState(() => {
|
||||||
|
const me = shallowRef<Me>()
|
||||||
|
|
||||||
|
function setMe(value: Me | undefined): void {
|
||||||
|
me.value = value
|
||||||
|
}
|
||||||
|
|
||||||
|
async function login(username: string, password: string): Promise<void> {
|
||||||
|
try {
|
||||||
|
const result = await chadApi<Me>('/login', {
|
||||||
|
method: 'POST',
|
||||||
|
body: {
|
||||||
|
username,
|
||||||
|
password,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
setMe(result)
|
||||||
|
|
||||||
|
await navigateTo('/')
|
||||||
|
}
|
||||||
|
catch {}
|
||||||
|
}
|
||||||
|
|
||||||
|
async function register(username: string, password: string): Promise<void> {
|
||||||
|
try {
|
||||||
|
const result = await chadApi<Me>('/register', {
|
||||||
|
method: 'POST',
|
||||||
|
body: {
|
||||||
|
username,
|
||||||
|
password,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
setMe(result)
|
||||||
|
|
||||||
|
await navigateTo('/')
|
||||||
|
}
|
||||||
|
catch {}
|
||||||
|
}
|
||||||
|
|
||||||
|
async function logout(): Promise<void> {
|
||||||
|
try {
|
||||||
|
await chadApi('/logout', { method: 'POST' })
|
||||||
|
|
||||||
|
setMe(undefined)
|
||||||
|
|
||||||
|
await navigateTo({ name: 'Login' })
|
||||||
|
}
|
||||||
|
catch {}
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
|
me: readonly(me),
|
||||||
|
setMe,
|
||||||
|
login,
|
||||||
|
register,
|
||||||
|
logout,
|
||||||
|
}
|
||||||
|
})
|
||||||
52
client/app/composables/use-client.ts
Normal file
52
client/app/composables/use-client.ts
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
import type { ChadClient } from '#shared/types'
|
||||||
|
import { useLocalStorage } from '@vueuse/core'
|
||||||
|
|
||||||
|
export function useClient(socketId: MaybeRef<ChadClient['socketId']>) {
|
||||||
|
const mediasoup = useMediasoup()
|
||||||
|
const { getClient } = useClients()
|
||||||
|
|
||||||
|
const client = computed(() => getClient(unref(socketId))!)
|
||||||
|
|
||||||
|
const volume = useLocalStorage<number>(computed(() => `CLIENT_VOLUME_${client.value.userId}`), 100, { writeDefaults: false })
|
||||||
|
const premuted = useLocalStorage<boolean>(computed(() => `CLIENT_PREMUTED_${client.value.userId}`), false, { writeDefaults: false })
|
||||||
|
|
||||||
|
const consumers = computed(() => {
|
||||||
|
return Object.values(mediasoup.consumers.value).filter(consumer => consumer.appData.socketId === client.value.socketId)
|
||||||
|
})
|
||||||
|
|
||||||
|
const audioConsumers = computed(() => {
|
||||||
|
return mediasoup.audioConsumers.value.filter(consumer => consumer.appData.socketId === client.value.socketId)
|
||||||
|
})
|
||||||
|
|
||||||
|
const videoConsumers = computed(() => {
|
||||||
|
return mediasoup.videoConsumers.value.filter(consumer => consumer.appData.socketId === client.value.socketId)
|
||||||
|
})
|
||||||
|
|
||||||
|
const shareConsumers = computed(() => {
|
||||||
|
return mediasoup.shareConsumers.value.filter(consumer => consumer.appData.socketId === client.value.socketId)
|
||||||
|
})
|
||||||
|
|
||||||
|
const producers = computed(() => {
|
||||||
|
return Object.values(mediasoup.producers.value).filter(producer => producer.appData.socketId === client.value.socketId)
|
||||||
|
})
|
||||||
|
|
||||||
|
const streaming = computed(() => {
|
||||||
|
return videoConsumers.value.length > 0 || shareConsumers.value.length > 0
|
||||||
|
})
|
||||||
|
|
||||||
|
const speaking = computed(() => {
|
||||||
|
return mediasoup.speakingClients.value.some(speaker => speaker.clientId === client.value.socketId)
|
||||||
|
})
|
||||||
|
|
||||||
|
return {
|
||||||
|
volume,
|
||||||
|
premuted,
|
||||||
|
consumers,
|
||||||
|
producers,
|
||||||
|
audioConsumers,
|
||||||
|
videoConsumers,
|
||||||
|
shareConsumers,
|
||||||
|
streaming,
|
||||||
|
speaking,
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,26 +2,33 @@ import type { ChadClient, UpdatedClient } from '#shared/types'
|
|||||||
import { createGlobalState } from '@vueuse/core'
|
import { createGlobalState } from '@vueuse/core'
|
||||||
|
|
||||||
export const useClients = createGlobalState(() => {
|
export const useClients = createGlobalState(() => {
|
||||||
|
const auth = useAuth()
|
||||||
const signaling = useSignaling()
|
const signaling = useSignaling()
|
||||||
const toast = useToast()
|
const toast = useToast()
|
||||||
|
|
||||||
const clients = shallowRef<ChadClient[]>([])
|
const clients = shallowRef<ChadClient[]>([])
|
||||||
|
|
||||||
|
const me = computed(() => clients.value.find(client => client.userId === auth.me.value?.id))
|
||||||
|
|
||||||
watch(signaling.socket, (socket) => {
|
watch(signaling.socket, (socket) => {
|
||||||
if (!socket)
|
if (!socket)
|
||||||
return
|
return
|
||||||
|
|
||||||
socket.on('clientChanged', (clientId: ChadClient['id'], updatedClient: UpdatedClient) => {
|
socket.on('clientChanged', (clientId: ChadClient['socketId'], updatedClient: UpdatedClient) => {
|
||||||
const client = getClient(clientId)
|
const client = getClient(clientId)
|
||||||
updateClient(clientId, updatedClient)
|
updateClient(clientId, updatedClient)
|
||||||
|
|
||||||
if (updatedClient.username)
|
if (client && client.displayName !== updatedClient.displayName)
|
||||||
toast.add({ severity: 'info', summary: `${client?.username} is now ${updatedClient.username}`, closable: false, life: 1000 })
|
toast.add({ severity: 'info', summary: `${client.displayName} is now ${updatedClient.displayName}`, closable: false, life: 1000 })
|
||||||
|
})
|
||||||
|
|
||||||
|
socket.on('disconnect', () => {
|
||||||
|
clients.value = []
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
function getClient(clientId: ChadClient['id']) {
|
function getClient(clientId: ChadClient['socketId']) {
|
||||||
return clients.value.find(client => client.id === clientId)
|
return clients.value.find(client => client.socketId === clientId)
|
||||||
}
|
}
|
||||||
|
|
||||||
function addClient(...client: ChadClient[]) {
|
function addClient(...client: ChadClient[]) {
|
||||||
@@ -30,12 +37,12 @@ export const useClients = createGlobalState(() => {
|
|||||||
triggerRef(clients)
|
triggerRef(clients)
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeClient(clientId: ChadClient['id']) {
|
function removeClient(clientId: ChadClient['socketId']) {
|
||||||
clients.value = clients.value.filter(client => client.id !== clientId)
|
clients.value = clients.value.filter(client => client.socketId !== clientId)
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateClient(clientId: ChadClient['id'], updatedClient: UpdatedClient) {
|
function updateClient(clientId: ChadClient['socketId'], updatedClient: UpdatedClient) {
|
||||||
const clientIdx = clients.value.findIndex(client => client.id === clientId)
|
const clientIdx = clients.value.findIndex(client => client.socketId === clientId)
|
||||||
|
|
||||||
if (clientIdx === -1)
|
if (clientIdx === -1)
|
||||||
return
|
return
|
||||||
@@ -49,6 +56,7 @@ export const useClients = createGlobalState(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
me,
|
||||||
clients,
|
clients,
|
||||||
getClient,
|
getClient,
|
||||||
addClient,
|
addClient,
|
||||||
|
|||||||
37
client/app/composables/use-devices.ts
Normal file
37
client/app/composables/use-devices.ts
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
import { createGlobalState, useDevicesList } from '@vueuse/core'
|
||||||
|
|
||||||
|
export const useDevices = createGlobalState(() => {
|
||||||
|
const {
|
||||||
|
ensurePermissions,
|
||||||
|
permissionGranted,
|
||||||
|
videoInputs,
|
||||||
|
audioInputs,
|
||||||
|
audioOutputs,
|
||||||
|
} = useDevicesList()
|
||||||
|
|
||||||
|
async function getShareStream(fps = 30) {
|
||||||
|
return navigator.mediaDevices.getDisplayMedia({
|
||||||
|
audio: false,
|
||||||
|
video: {
|
||||||
|
displaySurface: 'monitor',
|
||||||
|
frameRate: { max: fps },
|
||||||
|
},
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
;(async () => {
|
||||||
|
if (permissionGranted.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
await ensurePermissions()
|
||||||
|
})()
|
||||||
|
|
||||||
|
return {
|
||||||
|
ensurePermissions,
|
||||||
|
permissionGranted,
|
||||||
|
videoInputs: computed<MediaDeviceInfo[]>(() => JSON.parse(JSON.stringify(videoInputs.value))),
|
||||||
|
audioInputs: computed<MediaDeviceInfo[]>(() => JSON.parse(JSON.stringify(audioInputs.value))),
|
||||||
|
audioOutputs: computed<MediaDeviceInfo[]>(() => JSON.parse(JSON.stringify(audioOutputs.value))),
|
||||||
|
getShareStream,
|
||||||
|
}
|
||||||
|
})
|
||||||
5
client/app/composables/use-fullscreen-gallery.ts
Normal file
5
client/app/composables/use-fullscreen-gallery.ts
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
import { createSharedComposable } from '@vueuse/core'
|
||||||
|
|
||||||
|
export const useFullscreenGallery = createSharedComposable(() => {
|
||||||
|
return {}
|
||||||
|
})
|
||||||
65
client/app/composables/use-fullscreen-video.ts
Normal file
65
client/app/composables/use-fullscreen-video.ts
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
import { createGlobalState, useEventListener } from '@vueuse/core'
|
||||||
|
|
||||||
|
export const useFullscreenVideo = createGlobalState(() => {
|
||||||
|
const videoEl = shallowRef<HTMLVideoElement>()
|
||||||
|
|
||||||
|
const visible = computed(() => !!videoEl.value)
|
||||||
|
|
||||||
|
async function show(stream: MediaStream) {
|
||||||
|
if (videoEl.value) {
|
||||||
|
videoEl.value.srcObject = stream
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
const el = document.createElement('video')
|
||||||
|
el.srcObject = stream
|
||||||
|
el.autoplay = true
|
||||||
|
el.playsInline = true
|
||||||
|
el.controls = false
|
||||||
|
el.muted = true
|
||||||
|
// el.style.position = 'fixed'
|
||||||
|
// el.style.top = '0'
|
||||||
|
// el.style.left = '0'
|
||||||
|
// el.style.width = '1px'
|
||||||
|
// el.style.height = '1px'
|
||||||
|
// el.style.opacity = '0'
|
||||||
|
// el.style.pointerEvents = 'none'
|
||||||
|
|
||||||
|
document.body.appendChild(el)
|
||||||
|
|
||||||
|
videoEl.value = el
|
||||||
|
}
|
||||||
|
|
||||||
|
stream.getTracks().forEach(t =>
|
||||||
|
t.addEventListener('ended', hide),
|
||||||
|
)
|
||||||
|
videoEl.value.addEventListener('ended', hide)
|
||||||
|
|
||||||
|
await videoEl.value.requestFullscreen()
|
||||||
|
}
|
||||||
|
|
||||||
|
function hide() {
|
||||||
|
if (!videoEl.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
(videoEl.value.srcObject as MediaStream).getTracks().forEach(t =>
|
||||||
|
t.removeEventListener('ended', hide),
|
||||||
|
)
|
||||||
|
videoEl.value.removeEventListener('ended', hide)
|
||||||
|
|
||||||
|
videoEl.value?.remove()
|
||||||
|
videoEl.value = undefined
|
||||||
|
}
|
||||||
|
|
||||||
|
useEventListener(document, 'fullscreenchange', () => {
|
||||||
|
if (!document.fullscreenElement && videoEl.value) {
|
||||||
|
videoEl.value?.remove()
|
||||||
|
videoEl.value = undefined
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
return {
|
||||||
|
visible,
|
||||||
|
show,
|
||||||
|
hide,
|
||||||
|
}
|
||||||
|
})
|
||||||
@@ -1,9 +1,19 @@
|
|||||||
import type { ChadClient, RemoteClient } from '#shared/types'
|
import type { ChadClient, Consumer, Producer } from '#shared/types'
|
||||||
|
import type { MediaKind, ProducerOptions } from 'mediasoup-client/types'
|
||||||
import { createSharedComposable } from '@vueuse/core'
|
import { createSharedComposable } from '@vueuse/core'
|
||||||
import * as mediasoupClient from 'mediasoup-client'
|
import * as mediasoupClient from 'mediasoup-client'
|
||||||
|
import { shallowRef } from 'vue'
|
||||||
|
import { useDevices } from '~/composables/use-devices'
|
||||||
import { usePreferences } from '~/composables/use-preferences'
|
import { usePreferences } from '~/composables/use-preferences'
|
||||||
import { useSignaling } from '~/composables/use-signaling'
|
import { useSignaling } from '~/composables/use-signaling'
|
||||||
|
|
||||||
|
type ProducerType = 'microphone' | 'video' | 'share'
|
||||||
|
|
||||||
|
interface SpeakingClient {
|
||||||
|
clientId: ChadClient['socketId']
|
||||||
|
volume: number
|
||||||
|
}
|
||||||
|
|
||||||
const ICE_SERVERS: RTCIceServer[] = [
|
const ICE_SERVERS: RTCIceServer[] = [
|
||||||
{ urls: 'stun:stun.l.google.com:19302' },
|
{ urls: 'stun:stun.l.google.com:19302' },
|
||||||
{ urls: 'stun:stun.l.google.com:5349' },
|
{ urls: 'stun:stun.l.google.com:5349' },
|
||||||
@@ -19,28 +29,60 @@ const ICE_SERVERS: RTCIceServer[] = [
|
|||||||
|
|
||||||
export const useMediasoup = createSharedComposable(() => {
|
export const useMediasoup = createSharedComposable(() => {
|
||||||
const toast = useToast()
|
const toast = useToast()
|
||||||
|
const sfx = useSfx()
|
||||||
|
|
||||||
const signaling = useSignaling()
|
const signaling = useSignaling()
|
||||||
const { addClient, removeClient } = useClients()
|
const { addClient, removeClient } = useClients()
|
||||||
const preferences = usePreferences()
|
const preferences = usePreferences()
|
||||||
|
const { getShareStream } = useDevices()
|
||||||
|
|
||||||
const device = shallowRef<mediasoupClient.Device>()
|
const device = shallowRef<mediasoupClient.Device>()
|
||||||
const rtpCapabilities = shallowRef<mediasoupClient.types.RtpCapabilities>()
|
const rtpCapabilities = shallowRef<mediasoupClient.types.RtpCapabilities>()
|
||||||
const sendTransport = shallowRef<mediasoupClient.types.Transport>()
|
const sendTransport = shallowRef<mediasoupClient.types.Transport>()
|
||||||
const recvTransport = shallowRef<mediasoupClient.types.Transport>()
|
const recvTransport = shallowRef<mediasoupClient.types.Transport>()
|
||||||
|
|
||||||
const micProducer = shallowRef<mediasoupClient.types.Producer>()
|
const consumers = ref<Record<Consumer['id'], Consumer>>({})
|
||||||
const webcamProducer = shallowRef<mediasoupClient.types.Producer>()
|
const producers = ref<Record<Producer['id'], Producer>>({})
|
||||||
const shareProducer = shallowRef<mediasoupClient.types.Producer>()
|
|
||||||
|
|
||||||
const consumers = shallowRef<Map<string, mediasoupClient.types.Consumer>>(new Map())
|
const consumersArray = computed(() => {
|
||||||
const producers = shallowRef<Map<string, mediasoupClient.types.Producer>>(new Map())
|
return Object.values(consumers.value)
|
||||||
|
})
|
||||||
|
|
||||||
|
const audioConsumers = computed(() => {
|
||||||
|
return consumersArray.value.filter(consumer => consumer.raw.kind === 'audio')
|
||||||
|
})
|
||||||
|
|
||||||
|
const videoConsumers = computed(() => {
|
||||||
|
return consumersArray.value.filter(consumer => consumer.raw.kind === 'video' && consumer.appData.source !== 'share')
|
||||||
|
})
|
||||||
|
|
||||||
|
const shareConsumers = computed(() => {
|
||||||
|
return consumersArray.value.filter(consumer => consumer.raw.kind === 'video' && consumer.appData.source === 'share')
|
||||||
|
})
|
||||||
|
|
||||||
|
const producersArray = computed(() => {
|
||||||
|
return Object.values(producers.value)
|
||||||
|
})
|
||||||
|
|
||||||
|
const micProducer = computed(() => {
|
||||||
|
return producersArray.value.find(producer => producer.raw.kind === 'audio' && producer.raw.appData.source === 'mic-video')
|
||||||
|
})
|
||||||
|
|
||||||
|
const videoProducer = computed(() => {
|
||||||
|
return producersArray.value.find(producer => producer.raw.kind === 'video' && producer.raw.appData.source !== 'share')
|
||||||
|
})
|
||||||
|
|
||||||
|
const shareProducer = computed(() => {
|
||||||
|
return producersArray.value.find(producer => producer.raw.kind === 'video' && producer.raw.appData.source === 'share')
|
||||||
|
})
|
||||||
|
|
||||||
|
const speakingClients = shallowRef<SpeakingClient[]>([])
|
||||||
|
|
||||||
watch(signaling.socket, (socket) => {
|
watch(signaling.socket, (socket) => {
|
||||||
if (!socket)
|
if (!socket)
|
||||||
return
|
return
|
||||||
|
|
||||||
socket.on('connect', async () => {
|
socket.on('authenticated', async () => {
|
||||||
if (!signaling.socket.value)
|
if (!signaling.socket.value)
|
||||||
return
|
return
|
||||||
|
|
||||||
@@ -123,9 +165,8 @@ export const useMediasoup = createSharedComposable(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const joinedClients = (await signaling.socket.value.emitWithAck('join', {
|
const joinedClients = (await signaling.socket.value.emitWithAck('join', {
|
||||||
username: preferences.username.value,
|
|
||||||
rtpCapabilities: rtpCapabilities.value,
|
rtpCapabilities: rtpCapabilities.value,
|
||||||
})).map(transformClient)
|
}))
|
||||||
|
|
||||||
addClient(...joinedClients)
|
addClient(...joinedClients)
|
||||||
|
|
||||||
@@ -135,7 +176,8 @@ export const useMediasoup = createSharedComposable(() => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
socket.on('newPeer', (client) => {
|
socket.on('newPeer', (client) => {
|
||||||
addClient(transformClient(client))
|
sfx.playRandomConnectionSound(client.socketId).then()
|
||||||
|
addClient(client)
|
||||||
})
|
})
|
||||||
|
|
||||||
socket.on('peerClosed', (id) => {
|
socket.on('peerClosed', (id) => {
|
||||||
@@ -145,7 +187,7 @@ export const useMediasoup = createSharedComposable(() => {
|
|||||||
socket.on(
|
socket.on(
|
||||||
'newConsumer',
|
'newConsumer',
|
||||||
async (
|
async (
|
||||||
{ id, producerId, kind, rtpParameters, peerId: clientId, appData },
|
{ id, producerId, kind, rtpParameters, socketId, appData, producerPaused },
|
||||||
cb,
|
cb,
|
||||||
) => {
|
) => {
|
||||||
if (!recvTransport.value)
|
if (!recvTransport.value)
|
||||||
@@ -156,17 +198,35 @@ export const useMediasoup = createSharedComposable(() => {
|
|||||||
producerId,
|
producerId,
|
||||||
kind,
|
kind,
|
||||||
rtpParameters,
|
rtpParameters,
|
||||||
streamId: `${clientId}-${appData.share ? 'share' : 'mic-webcam'}`,
|
streamId: `${socketId}-${appData.source || 'stream'}`,
|
||||||
appData: { ...appData, clientId },
|
appData: { ...appData, socketId },
|
||||||
})
|
})
|
||||||
|
|
||||||
consumer.on('transportclose', () => {
|
if (producerPaused)
|
||||||
consumers.value.delete(consumer.id)
|
consumer.pause()
|
||||||
triggerRef(consumers)
|
|
||||||
|
consumers.value[consumer.id] = {
|
||||||
|
id: consumer.id,
|
||||||
|
paused: consumer.paused,
|
||||||
|
appData: consumer.appData,
|
||||||
|
raw: markRaw(consumer),
|
||||||
|
}
|
||||||
|
|
||||||
|
consumer.observer.on('resume', () => {
|
||||||
|
consumers.value[consumer.id]!.paused = false
|
||||||
})
|
})
|
||||||
|
|
||||||
consumers.value.set(consumer.id, consumer)
|
consumer.observer.on('pause', () => {
|
||||||
triggerRef(consumers)
|
consumers.value[consumer.id]!.paused = true
|
||||||
|
})
|
||||||
|
|
||||||
|
consumer.observer.on('close', () => {
|
||||||
|
delete consumers.value[consumer.id]
|
||||||
|
})
|
||||||
|
|
||||||
|
consumer.on('trackended', () => {
|
||||||
|
consumer.close()
|
||||||
|
})
|
||||||
|
|
||||||
cb()
|
cb()
|
||||||
},
|
},
|
||||||
@@ -177,161 +237,278 @@ export const useMediasoup = createSharedComposable(() => {
|
|||||||
async (
|
async (
|
||||||
{ consumerId },
|
{ consumerId },
|
||||||
) => {
|
) => {
|
||||||
const consumer = consumers.value.get(consumerId)
|
const consumer = consumers.value[consumerId]
|
||||||
|
|
||||||
if (!consumer)
|
if (!consumer)
|
||||||
return
|
return
|
||||||
|
|
||||||
consumers.value.delete(consumer.id)
|
consumer.raw.close()
|
||||||
triggerRef(consumers)
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
socket.on('consumerPaused', ({ consumerId }) => {
|
||||||
|
const consumer = consumers.value[consumerId]
|
||||||
|
|
||||||
|
if (!consumer)
|
||||||
|
return
|
||||||
|
|
||||||
|
consumer.raw.pause()
|
||||||
|
})
|
||||||
|
|
||||||
|
socket.on('consumerResumed', ({ consumerId }) => {
|
||||||
|
const consumer = consumers.value[consumerId]
|
||||||
|
|
||||||
|
if (!consumer)
|
||||||
|
return
|
||||||
|
|
||||||
|
consumer.raw.resume()
|
||||||
|
})
|
||||||
|
|
||||||
|
socket.on('speakingPeers', (value: SpeakingClient[]) => {
|
||||||
|
speakingClients.value = value
|
||||||
|
})
|
||||||
|
|
||||||
socket.on('disconnect', () => {
|
socket.on('disconnect', () => {
|
||||||
|
device.value = undefined
|
||||||
|
rtpCapabilities.value = undefined
|
||||||
|
|
||||||
sendTransport.value?.close()
|
sendTransport.value?.close()
|
||||||
sendTransport.value = undefined
|
sendTransport.value = undefined
|
||||||
|
|
||||||
recvTransport.value?.close()
|
recvTransport.value?.close()
|
||||||
recvTransport.value = undefined
|
recvTransport.value = undefined
|
||||||
|
|
||||||
|
consumers.value = {}
|
||||||
|
producers.value = {}
|
||||||
})
|
})
|
||||||
}, { immediate: true, flush: 'sync' })
|
}, { immediate: true, flush: 'sync' })
|
||||||
|
|
||||||
function getClientConsumers(clientId: ChadClient['id']) {
|
async function createProducer(options: ProducerOptions) {
|
||||||
return consumers.value.values().filter(consumer => consumer.appData.clientId === clientId)
|
if (!device.value || !sendTransport.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
if (!options.track)
|
||||||
|
return
|
||||||
|
|
||||||
|
if (!device.value.canProduce(options.track.kind as MediaKind))
|
||||||
|
return
|
||||||
|
|
||||||
|
const producer = await sendTransport.value.produce({ disableTrackOnPause: true, ...options })
|
||||||
|
|
||||||
|
producers.value[producer.id] = {
|
||||||
|
id: producer.id,
|
||||||
|
paused: producer.paused,
|
||||||
|
appData: producer.appData,
|
||||||
|
raw: markRaw(producer),
|
||||||
|
}
|
||||||
|
|
||||||
|
producer.observer.on('pause', () => {
|
||||||
|
producers.value[producer.id]!.paused = true
|
||||||
|
})
|
||||||
|
|
||||||
|
producer.observer.on('resume', () => {
|
||||||
|
producers.value[producer.id]!.paused = false
|
||||||
|
})
|
||||||
|
|
||||||
|
producer.observer.on('close', () => {
|
||||||
|
delete producers.value[producer.id]
|
||||||
|
})
|
||||||
|
|
||||||
|
producer.on('trackended', () => {
|
||||||
|
disableProducer(producers.value[producer.id]!)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
async function disableProducer(producer: Producer) {
|
||||||
|
if (!signaling.socket.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
try {
|
||||||
|
producer.raw.close()
|
||||||
|
|
||||||
|
await signaling.socket.value.emitWithAck('closeProducer', {
|
||||||
|
producerId: producer.id,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
catch {
|
||||||
|
}
|
||||||
|
finally {
|
||||||
|
delete producers.value[producer.id]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async function enableMic() {
|
async function enableMic() {
|
||||||
if (micProducer.value)
|
if (micProducer.value)
|
||||||
return
|
return
|
||||||
|
|
||||||
if (!device.value || !sendTransport.value)
|
|
||||||
return
|
|
||||||
|
|
||||||
if (!device.value.canProduce('audio'))
|
|
||||||
return
|
|
||||||
|
|
||||||
const stream = await navigator.mediaDevices.getUserMedia({
|
const stream = await navigator.mediaDevices.getUserMedia({
|
||||||
audio: {
|
audio: {
|
||||||
autoGainControl: false,
|
deviceId: { exact: preferences.inputDeviceId.value },
|
||||||
noiseSuppression: true,
|
autoGainControl: { exact: preferences.autoGainControl.value },
|
||||||
echoCancellation: false,
|
echoCancellation: { exact: preferences.echoCancellation.value },
|
||||||
channelCount: 2,
|
noiseSuppression: { exact: preferences.noiseSuppression.value },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
const track = stream.getAudioTracks()[0]
|
const track = stream.getAudioTracks()[0]
|
||||||
|
|
||||||
if (!track)
|
if (!track)
|
||||||
return
|
return
|
||||||
|
|
||||||
micProducer.value = await sendTransport.value.produce({
|
await createProducer({
|
||||||
track,
|
track,
|
||||||
|
streamId: 'mic-video',
|
||||||
codecOptions: {
|
codecOptions: {
|
||||||
opusStereo: true,
|
opusStereo: true,
|
||||||
opusDtx: true, // Меньше пакетов летит когда тишина
|
opusDtx: true, // Меньше пакетов летит когда тишина
|
||||||
opusFec: false, // Фиксит пакет лос
|
opusFec: false, // Фиксит пакет лос
|
||||||
},
|
},
|
||||||
})
|
appData: {
|
||||||
|
source: 'mic-video',
|
||||||
producers.value.set(micProducer.value.id, micProducer.value)
|
},
|
||||||
triggerRef(producers)
|
|
||||||
|
|
||||||
micProducer.value.on('transportclose', () => {
|
|
||||||
micProducer.value = undefined
|
|
||||||
})
|
|
||||||
|
|
||||||
micProducer.value.on('trackended', () => {
|
|
||||||
disableMic()
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
async function disableMic() {
|
async function disableMic() {
|
||||||
if (!signaling.socket.value || !micProducer.value)
|
if (!micProducer.value)
|
||||||
return
|
return
|
||||||
|
|
||||||
producers.value.delete(micProducer.value.id)
|
await disableProducer(micProducer.value)
|
||||||
triggerRef(producers)
|
}
|
||||||
|
|
||||||
try {
|
async function enableVideo() {
|
||||||
micProducer.value.close()
|
if (videoProducer.value)
|
||||||
|
return
|
||||||
|
|
||||||
await signaling.socket.value.emitWithAck('closeProducer', {
|
if (!device.value)
|
||||||
producerId: micProducer.value.id,
|
return
|
||||||
|
|
||||||
|
const stream = await navigator.mediaDevices.getUserMedia({
|
||||||
|
video: {
|
||||||
|
deviceId: { exact: preferences.videoDeviceId.value },
|
||||||
|
width: { ideal: 1920 },
|
||||||
|
height: { ideal: 1080 },
|
||||||
|
frameRate: { ideal: 60 },
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
const track = stream.getVideoTracks()[0]
|
||||||
|
|
||||||
|
if (!track)
|
||||||
|
return
|
||||||
|
|
||||||
|
await createProducer({
|
||||||
|
track,
|
||||||
|
streamId: 'mic-video',
|
||||||
|
// codec: device.value.rtpCapabilities.codecs?.find(
|
||||||
|
// c => c.mimeType.toLowerCase() === 'video/AV1',
|
||||||
|
// ),
|
||||||
|
// codecOptions: {
|
||||||
|
// videoGoogleStartBitrate: 1000,
|
||||||
|
// },
|
||||||
|
appData: {
|
||||||
|
source: 'mic-video',
|
||||||
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
catch {
|
|
||||||
|
async function enableShare() {
|
||||||
|
if (shareProducer.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
if (!device.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
const stream = await getShareStream(preferences.shareFps.value)
|
||||||
|
|
||||||
|
const track = stream.getVideoTracks()[0]
|
||||||
|
|
||||||
|
if (!track)
|
||||||
|
return
|
||||||
|
|
||||||
|
await createProducer({
|
||||||
|
track,
|
||||||
|
streamId: 'share',
|
||||||
|
codec: device.value.rtpCapabilities.codecs?.find(
|
||||||
|
c => c.mimeType.toLowerCase() === 'video/AV1',
|
||||||
|
),
|
||||||
|
codecOptions: {
|
||||||
|
videoGoogleStartBitrate: 1000,
|
||||||
|
},
|
||||||
|
zeroRtpOnPause: true,
|
||||||
|
appData: {
|
||||||
|
source: 'share',
|
||||||
|
},
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
micProducer.value = undefined
|
async function pauseProducer(producer: Producer) {
|
||||||
}
|
if (!signaling.socket.value)
|
||||||
|
return
|
||||||
|
|
||||||
async function muteMic() {
|
if (producer.paused)
|
||||||
if (!signaling.socket.value || !micProducer.value)
|
|
||||||
return
|
return
|
||||||
|
|
||||||
try {
|
try {
|
||||||
micProducer.value.pause()
|
producer.raw.pause()
|
||||||
|
|
||||||
await signaling.socket.value.emitWithAck('pauseProducer', {
|
await signaling.socket.value.emitWithAck('pauseProducer', {
|
||||||
producerId: micProducer.value.id,
|
producerId: producer.id,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
|
producer.raw.resume()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async function unmuteMic() {
|
async function resumeProducer(producer: Producer) {
|
||||||
if (!signaling.socket.value || !micProducer.value)
|
if (!signaling.socket.value)
|
||||||
return
|
return
|
||||||
|
|
||||||
try {
|
try {
|
||||||
micProducer.value.resume()
|
producer.raw.resume()
|
||||||
|
|
||||||
await signaling.socket.value.emitWithAck('resumeProducer', {
|
await signaling.socket.value.emitWithAck('resumeProducer', {
|
||||||
producerId: micProducer.value.id,
|
producerId: producer.id,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
|
producer.raw.pause()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async function init() {
|
watch([
|
||||||
signaling.connect()
|
preferences.inputDeviceId,
|
||||||
}
|
preferences.echoCancellation,
|
||||||
|
preferences.autoGainControl,
|
||||||
|
preferences.noiseSuppression,
|
||||||
|
], async ([inputDeviceId]) => {
|
||||||
|
await disableMic()
|
||||||
|
|
||||||
function transformClient(client: RemoteClient): ChadClient {
|
if (!inputDeviceId)
|
||||||
return {
|
return
|
||||||
...client,
|
|
||||||
isMe: client.id === signaling.socket.value!.id,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function dispose() {
|
await enableMic()
|
||||||
device.value = undefined
|
})
|
||||||
rtpCapabilities.value = undefined
|
|
||||||
sendTransport.value = undefined
|
|
||||||
recvTransport.value = undefined
|
|
||||||
|
|
||||||
micProducer.value = undefined
|
|
||||||
webcamProducer.value = undefined
|
|
||||||
shareProducer.value = undefined
|
|
||||||
|
|
||||||
consumers.value = new Map()
|
|
||||||
producers.value = new Map()
|
|
||||||
}
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
init,
|
|
||||||
consumers,
|
consumers,
|
||||||
|
audioConsumers,
|
||||||
|
videoConsumers,
|
||||||
|
shareConsumers,
|
||||||
producers,
|
producers,
|
||||||
|
speakingClients,
|
||||||
sendTransport,
|
sendTransport,
|
||||||
recvTransport,
|
recvTransport,
|
||||||
rtpCapabilities,
|
rtpCapabilities,
|
||||||
device,
|
device,
|
||||||
micProducer,
|
micProducer,
|
||||||
webcamProducer,
|
videoProducer,
|
||||||
shareProducer,
|
shareProducer,
|
||||||
getClientConsumers,
|
pauseProducer,
|
||||||
muteMic,
|
resumeProducer,
|
||||||
unmuteMic,
|
enableVideo,
|
||||||
|
enableShare,
|
||||||
|
disableProducer,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,14 +1,75 @@
|
|||||||
import { createGlobalState, useLocalStorage } from '@vueuse/core'
|
import chadApi from '#shared/chad-api'
|
||||||
|
import { createGlobalState, useLocalStorage, watchDebounced } from '@vueuse/core'
|
||||||
|
|
||||||
|
export interface SyncedPreferences {
|
||||||
|
toggleInputHotkey: string
|
||||||
|
toggleOutputHotkey: string
|
||||||
|
volumes: Record<Client['id'], number>
|
||||||
|
}
|
||||||
|
|
||||||
export const usePreferences = createGlobalState(() => {
|
export const usePreferences = createGlobalState(() => {
|
||||||
const username = useLocalStorage<string>('username', '')
|
const { videoInputs, audioInputs, audioOutputs } = useDevices()
|
||||||
|
|
||||||
const audioDevice = shallowRef()
|
const synced = ref(false)
|
||||||
const videoDevice = shallowRef()
|
|
||||||
|
const inputDeviceId = useLocalStorage<MediaDeviceInfo['deviceId']>('INPUT_DEVICE_ID', 'default')
|
||||||
|
const outputDeviceId = useLocalStorage<MediaDeviceInfo['deviceId']>('OUTPUT_DEVICE_ID', 'default')
|
||||||
|
const videoDeviceId = useLocalStorage<MediaDeviceInfo['deviceId']>('VIDEO_DEVICE_ID', 'default')
|
||||||
|
|
||||||
|
const autoGainControl = useLocalStorage('AUTO_GAIN_CONTROL', false)
|
||||||
|
const noiseSuppression = useLocalStorage('NOISE_SUPPRESSION', true)
|
||||||
|
const echoCancellation = useLocalStorage('ECHO_CANCELLATION', true)
|
||||||
|
|
||||||
|
const shareFps = useLocalStorage('SHARE_FPS', 30)
|
||||||
|
|
||||||
|
const toggleInputHotkey = ref<SyncedPreferences['toggleInputHotkey']>('')
|
||||||
|
const toggleOutputHotkey = ref<SyncedPreferences['toggleOutputHotkey']>('')
|
||||||
|
|
||||||
|
const inputDeviceExist = computed(() => {
|
||||||
|
return audioInputs.value.some(device => device.deviceId === inputDeviceId.value)
|
||||||
|
})
|
||||||
|
|
||||||
|
const outputDeviceExist = computed(() => {
|
||||||
|
return audioOutputs.value.some(device => device.deviceId === outputDeviceId.value)
|
||||||
|
})
|
||||||
|
|
||||||
|
const videoDeviceExist = computed(() => {
|
||||||
|
return videoInputs.value.some(device => device.deviceId === videoDeviceId.value)
|
||||||
|
})
|
||||||
|
|
||||||
|
watchDebounced(
|
||||||
|
[toggleInputHotkey, toggleOutputHotkey],
|
||||||
|
async ([toggleInputHotkey, toggleOutputHotkey]) => {
|
||||||
|
try {
|
||||||
|
await chadApi(
|
||||||
|
'/preferences',
|
||||||
|
{
|
||||||
|
method: 'PATCH',
|
||||||
|
body: {
|
||||||
|
toggleInputHotkey,
|
||||||
|
toggleOutputHotkey,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
)
|
||||||
|
}
|
||||||
|
catch {}
|
||||||
|
},
|
||||||
|
{ debounce: 1000 },
|
||||||
|
)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
username,
|
synced,
|
||||||
audioDevice,
|
inputDeviceId,
|
||||||
videoDevice,
|
outputDeviceId,
|
||||||
|
videoDeviceId,
|
||||||
|
autoGainControl,
|
||||||
|
noiseSuppression,
|
||||||
|
echoCancellation,
|
||||||
|
shareFps,
|
||||||
|
toggleInputHotkey,
|
||||||
|
toggleOutputHotkey,
|
||||||
|
inputDeviceExist,
|
||||||
|
outputDeviceExist,
|
||||||
|
videoDeviceExist,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
43
client/app/composables/use-sfx.ts
Normal file
43
client/app/composables/use-sfx.ts
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
import { createSharedComposable } from '@vueuse/core'
|
||||||
|
import { Howl, Howler } from 'howler'
|
||||||
|
|
||||||
|
const CONNECTION_SOUNDS = Object.keys(import.meta.glob('@/../public/sfx/connection/*.ogg')).map(path => path.replace('../public', ''))
|
||||||
|
|
||||||
|
console.log('CONNECTION_SOUNDS', CONNECTION_SOUNDS)
|
||||||
|
|
||||||
|
function hashStringToNumber(str: string, cap: number): number {
|
||||||
|
let hash = 0
|
||||||
|
for (let i = 0; i < str.length; i++) {
|
||||||
|
hash = (hash * 31 + str.charCodeAt(i)) | 0
|
||||||
|
}
|
||||||
|
return Math.abs(hash) % cap
|
||||||
|
}
|
||||||
|
|
||||||
|
export const useSfx = createSharedComposable(() => {
|
||||||
|
async function play(src: string, volume = 0.2): Promise<void> {
|
||||||
|
Howler.stop()
|
||||||
|
|
||||||
|
return new Promise((resolve) => {
|
||||||
|
const howl = new Howl({
|
||||||
|
src,
|
||||||
|
autoplay: true,
|
||||||
|
loop: false,
|
||||||
|
volume,
|
||||||
|
})
|
||||||
|
|
||||||
|
howl.on('end', () => {
|
||||||
|
resolve()
|
||||||
|
})
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
async function playRandomConnectionSound(seed: string) {
|
||||||
|
await play('/sfx/on_trans.ogg', 0.03)
|
||||||
|
await play(CONNECTION_SOUNDS[hashStringToNumber(seed, CONNECTION_SOUNDS.length + 1)]!, 0.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
|
play,
|
||||||
|
playRandomConnectionSound,
|
||||||
|
}
|
||||||
|
})
|
||||||
@@ -1,9 +1,11 @@
|
|||||||
import type { Socket } from 'socket.io-client'
|
import type { Socket } from 'socket.io-client'
|
||||||
import { createSharedComposable } from '@vueuse/core'
|
import { createSharedComposable } from '@vueuse/core'
|
||||||
import { io } from 'socket.io-client'
|
import { io } from 'socket.io-client'
|
||||||
|
import { parseURL } from 'ufo'
|
||||||
|
|
||||||
export const useSignaling = createSharedComposable(() => {
|
export const useSignaling = createSharedComposable(() => {
|
||||||
const toast = useToast()
|
const toast = useToast()
|
||||||
|
const { me } = useAuth()
|
||||||
|
|
||||||
const socket = shallowRef<Socket>()
|
const socket = shallowRef<Socket>()
|
||||||
|
|
||||||
@@ -44,18 +46,33 @@ export const useSignaling = createSharedComposable(() => {
|
|||||||
toast.add({ severity: 'error', summary: 'Disconnected', closable: false, life: 1000 })
|
toast.add({ severity: 'error', summary: 'Disconnected', closable: false, life: 1000 })
|
||||||
}, { immediate: true })
|
}, { immediate: true })
|
||||||
|
|
||||||
|
watch(me, (me) => {
|
||||||
|
if (!me) {
|
||||||
|
socket.value?.close()
|
||||||
|
socket.value = undefined
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
onScopeDispose(() => {
|
onScopeDispose(() => {
|
||||||
socket.value?.close()
|
socket.value?.close()
|
||||||
|
socket.value = undefined
|
||||||
})
|
})
|
||||||
|
|
||||||
function connect() {
|
function connect() {
|
||||||
if (socket.value)
|
if (socket.value || !me.value)
|
||||||
return
|
return
|
||||||
|
|
||||||
socket.value = io('https://api.koptilnya.xyz/webrtc', {
|
const { protocol, host, pathname } = parseURL(__API_BASE_URL__)
|
||||||
// socket.value = io('http://127.0.0.1:4000/webrtc', {
|
|
||||||
path: '/chad/ws',
|
const uri = host ? `${protocol}//${host}` : ``
|
||||||
|
|
||||||
|
socket.value = io(`${uri}/webrtc`, {
|
||||||
|
path: `${pathname}/ws`,
|
||||||
transports: ['websocket'],
|
transports: ['websocket'],
|
||||||
|
withCredentials: true,
|
||||||
|
auth: {
|
||||||
|
userId: me.value.id,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
28
client/app/composables/use-updater.ts
Normal file
28
client/app/composables/use-updater.ts
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
import type { Update } from '@tauri-apps/plugin-updater'
|
||||||
|
import { check } from '@tauri-apps/plugin-updater'
|
||||||
|
import { createGlobalState } from '@vueuse/core'
|
||||||
|
|
||||||
|
export const useUpdater = createGlobalState(() => {
|
||||||
|
const lastUpdate = shallowRef<Update>()
|
||||||
|
|
||||||
|
const checking = ref(false)
|
||||||
|
|
||||||
|
async function checkForUpdates() {
|
||||||
|
try {
|
||||||
|
checking.value = true
|
||||||
|
|
||||||
|
lastUpdate.value = (await check()) ?? undefined
|
||||||
|
}
|
||||||
|
finally {
|
||||||
|
checking.value = false
|
||||||
|
}
|
||||||
|
|
||||||
|
return lastUpdate.value
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
|
lastUpdate,
|
||||||
|
checking,
|
||||||
|
checkForUpdates,
|
||||||
|
}
|
||||||
|
})
|
||||||
7
client/app/index.d.ts
vendored
Normal file
7
client/app/index.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
declare module '#app' {
|
||||||
|
interface PageMeta {
|
||||||
|
auth?: boolean | 'guest'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export {}
|
||||||
@@ -1,5 +1,42 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="w-full h-full flex justify-center items-center p-3">
|
<div class="w-full h-full flex p-3">
|
||||||
|
<img src="/chad-bg.webp" alt="Background" draggable="false" class="pointer-events-none absolute opacity-3 -z-1 block inset-0 object-contain w-full h-full">
|
||||||
|
|
||||||
|
<div v-auto-animate class="w-1/2 m-auto">
|
||||||
|
<div class="text-center">
|
||||||
|
<PrimeSelectButton v-model="tab" class="mb-6" :options="options" option-label="label" :allow-empty="false" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<PrimeBadge class="fixed top-3 right-3 opacity-50" severity="secondary" :value="version" size="small" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
const route = useRoute()
|
||||||
|
const { version } = useApp()
|
||||||
|
|
||||||
|
const options = computed(() => {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
label: 'Login',
|
||||||
|
routeName: 'Login',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Register',
|
||||||
|
routeName: 'Register',
|
||||||
|
},
|
||||||
|
]
|
||||||
|
})
|
||||||
|
|
||||||
|
const tab = shallowRef(options.value.find(option => route.name === option.routeName))
|
||||||
|
|
||||||
|
watch(tab, (tab) => {
|
||||||
|
if (!tab)
|
||||||
|
return
|
||||||
|
|
||||||
|
navigateTo({ name: tab.routeName })
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
|||||||
3
client/app/layouts/blank.vue
Normal file
3
client/app/layouts/blank.vue
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<template>
|
||||||
|
<slot />
|
||||||
|
</template>
|
||||||
@@ -1,46 +1,155 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-auto-animate class="grid grid-cols-2 h-screen">
|
<div class="grid grid-cols-[360px_1fr] gap-2 p-2 h-screen grid-rows-[auto_1fr] max-w-full">
|
||||||
<div class="flex flex-col shadow-xl shadow-surface-950 overflow-y-hidden">
|
<div
|
||||||
<AppHeader title="Шальные сиськи 18+">
|
class="flex items-center justify-between gap-2 rounded-xl p-3 bg-surface-950"
|
||||||
<template #right>
|
>
|
||||||
|
<div class="inline-flex items-center gap-3">
|
||||||
|
<PrimeBadge class="opacity-50" severity="secondary" :value="version" size="small" />
|
||||||
|
<PrimeBadge :severity="connected ? 'success' : 'danger' " />
|
||||||
|
</div>
|
||||||
|
|
||||||
<PrimeButtonGroup class="ml-auto">
|
<PrimeButtonGroup class="ml-auto">
|
||||||
<PrimeButton
|
<PrimeButton :severity="inputMuted ? 'info' : undefined" outlined @click="toggleInput">
|
||||||
icon="pi pi-microphone" size="large" :severity="inputMuted ? 'contrast' : 'secondary'"
|
<template #icon>
|
||||||
:outlined="!inputMuted" @click="toggleInput"
|
<Component :is="inputMuted ? MicOff : Mic" />
|
||||||
/>
|
</template>
|
||||||
<PrimeButton
|
</PrimeButton>
|
||||||
icon="pi pi-headphones" size="large" :severity="outputMuted ? 'contrast' : 'secondary'"
|
<PrimeButton :severity="outputMuted ? 'info' : undefined" outlined @click="toggleOutput">
|
||||||
:outlined="!outputMuted" @click="toggleOutput"
|
<template #icon>
|
||||||
/>
|
<Component :is="outputMuted ? VolumeOff : Volume2" />
|
||||||
|
</template>
|
||||||
|
</PrimeButton>
|
||||||
</PrimeButtonGroup>
|
</PrimeButtonGroup>
|
||||||
|
|
||||||
<PrimeButton icon="pi pi-cog" size="large" :text="!inPreferences" :severity="inPreferences ? 'contrast' : 'secondary'" @click="onClickPreferences" />
|
<PrimeButton :severity="videoEnabled ? 'success' : undefined" outlined @click="toggleVideo">
|
||||||
|
<template #icon>
|
||||||
|
<Component :is="videoEnabled ? CameraOff : Camera" />
|
||||||
</template>
|
</template>
|
||||||
</AppHeader>
|
</PrimeButton>
|
||||||
|
|
||||||
<div v-auto-animate class="p-3 overflow-y-auto flex-1 bg-surface-900 overflow-hidden divide-y divide-surface-800">
|
<PrimeButton :severity="sharingEnabled ? 'success' : undefined" outlined @click="toggleShare">
|
||||||
<ClientRow v-for="client of clients" :key="client.id" :client="client" />
|
<template #icon>
|
||||||
</div>
|
<Component :is="sharingEnabled ? ScreenShareOff : ScreenShare" />
|
||||||
|
</template>
|
||||||
|
</PrimeButton>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="flex items-center justify-center rounded-xl p-3 bg-surface-950"
|
||||||
|
>
|
||||||
|
<PrimeSelectButton
|
||||||
|
v-model="activeTab"
|
||||||
|
:options="tabs"
|
||||||
|
option-label="id"
|
||||||
|
:allow-empty="false"
|
||||||
|
style="--p-togglebutton-content-padding: 0.25rem 0.5rem"
|
||||||
|
>
|
||||||
|
<template #option="{ option }">
|
||||||
|
<Component :is="option.icon" size="24" />
|
||||||
|
</template>
|
||||||
|
</PrimeSelectButton>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<PrimeScrollPanel class="bg-surface-900 rounded-xl overflow-hidden" style="min-height: 0">
|
||||||
|
<div v-auto-animate class="p-3 space-y-1">
|
||||||
|
<ClientRow v-for="client of clients" :key="client.userId" :client="client" />
|
||||||
|
</div>
|
||||||
|
</PrimeScrollPanel>
|
||||||
|
|
||||||
|
<PrimeScrollPanel class="bg-surface-900 rounded-xl overflow-hidden" style="min-height: 0">
|
||||||
|
<div class="p-3">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
</PrimeScrollPanel>
|
||||||
|
</div>
|
||||||
|
|
||||||
<PrimeBadge class="fixed top-3 right-3" severity="success" />
|
<FullscreenGallery />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { vAutoAnimate } from '@formkit/auto-animate'
|
import {
|
||||||
|
Camera,
|
||||||
|
CameraOff,
|
||||||
|
MessageCircle,
|
||||||
|
Mic,
|
||||||
|
MicOff,
|
||||||
|
ScreenShare,
|
||||||
|
ScreenShareOff,
|
||||||
|
Settings,
|
||||||
|
TvMinimalPlay,
|
||||||
|
UserPen,
|
||||||
|
Volume2,
|
||||||
|
VolumeOff,
|
||||||
|
} from 'lucide-vue-next'
|
||||||
|
|
||||||
const { clients, inputMuted, toggleInput, outputMuted, toggleOutput } = useApp()
|
const {
|
||||||
|
version,
|
||||||
|
clients,
|
||||||
|
inputMuted,
|
||||||
|
outputMuted,
|
||||||
|
videoEnabled,
|
||||||
|
sharingEnabled,
|
||||||
|
somebodyStreamingVideo,
|
||||||
|
toggleInput,
|
||||||
|
toggleOutput,
|
||||||
|
toggleVideo,
|
||||||
|
toggleShare,
|
||||||
|
} = useApp()
|
||||||
|
const { connect, connected } = useSignaling()
|
||||||
|
|
||||||
|
interface Tab {
|
||||||
|
id: string
|
||||||
|
icon: Component
|
||||||
|
onClick: () => void | Promise<void>
|
||||||
|
}
|
||||||
|
|
||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
|
|
||||||
const inPreferences = computed(() => {
|
const tabs = computed<Tab[]>(() => {
|
||||||
return route.name === 'Preferences'
|
const result = []
|
||||||
|
|
||||||
|
if (somebodyStreamingVideo.value) {
|
||||||
|
result.push({
|
||||||
|
id: 'Gallery',
|
||||||
|
icon: TvMinimalPlay,
|
||||||
|
onClick: () => {
|
||||||
|
navigateTo({ name: 'Gallery' })
|
||||||
|
},
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
result.push(
|
||||||
|
{
|
||||||
|
id: 'Index',
|
||||||
|
icon: MessageCircle,
|
||||||
|
onClick: () => {
|
||||||
|
navigateTo({ name: 'Index' })
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'Profile',
|
||||||
|
icon: UserPen,
|
||||||
|
onClick: () => {
|
||||||
|
navigateTo({ name: 'Profile' })
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'Preferences',
|
||||||
|
icon: Settings,
|
||||||
|
onClick: () => {
|
||||||
|
navigateTo({ name: 'Preferences' })
|
||||||
|
},
|
||||||
|
},
|
||||||
|
)
|
||||||
|
|
||||||
|
return result
|
||||||
})
|
})
|
||||||
|
|
||||||
function onClickPreferences() {
|
const activeTab = ref<Tab>(tabs.value.find(tab => tab.id === route.name) ?? tabs.value.find(tab => tab.id === 'Index')!)
|
||||||
navigateTo(!inPreferences.value ? { name: 'Preferences' } : '/')
|
|
||||||
}
|
watch(activeTab, (activeTab) => {
|
||||||
|
activeTab.onClick()
|
||||||
|
})
|
||||||
|
|
||||||
|
connect()
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
20
client/app/middleware/00.updater.global.ts
Normal file
20
client/app/middleware/00.updater.global.ts
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
export default defineNuxtRouteMiddleware(async (to, from) => {
|
||||||
|
if (import.meta.dev || import.meta.server)
|
||||||
|
return
|
||||||
|
|
||||||
|
const { isTauri } = useApp()
|
||||||
|
|
||||||
|
if (!isTauri.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
if (from?.name || !!to.redirectedFrom)
|
||||||
|
return
|
||||||
|
|
||||||
|
const { checkForUpdates } = useUpdater()
|
||||||
|
|
||||||
|
const update = await checkForUpdates()
|
||||||
|
|
||||||
|
if (update) {
|
||||||
|
return navigateTo({ name: 'Updater' })
|
||||||
|
}
|
||||||
|
})
|
||||||
23
client/app/middleware/01.auth.global.ts
Normal file
23
client/app/middleware/01.auth.global.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import chadApi from '#shared/chad-api'
|
||||||
|
|
||||||
|
export default defineNuxtRouteMiddleware(async (to, from) => {
|
||||||
|
const { me, setMe } = useAuth()
|
||||||
|
|
||||||
|
if (!me.value) {
|
||||||
|
try {
|
||||||
|
setMe(await chadApi('/me', { method: 'GET' }))
|
||||||
|
|
||||||
|
if (to.meta.auth !== false)
|
||||||
|
return navigateTo({ name: 'Index' })
|
||||||
|
}
|
||||||
|
catch {
|
||||||
|
if (to.meta.auth !== 'guest') {
|
||||||
|
return navigateTo({ name: 'Login' })
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (me.value && to.meta.auth === 'guest') {
|
||||||
|
return navigateTo({ name: 'Index' })
|
||||||
|
}
|
||||||
|
})
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
export default defineNuxtRouteMiddleware((to, from) => {
|
|
||||||
console.group('Build Info')
|
|
||||||
console.log(`COMMIT_SHA: ${__COMMIT_SHA__}`)
|
|
||||||
console.groupEnd()
|
|
||||||
})
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
export default defineNuxtRouteMiddleware((to, from) => {
|
|
||||||
const { username } = usePreferences()
|
|
||||||
|
|
||||||
if (!username.value && to.name !== 'Login') {
|
|
||||||
return navigateTo({ name: 'Login' })
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!username.value)
|
|
||||||
return
|
|
||||||
|
|
||||||
const { init } = useMediasoup()
|
|
||||||
|
|
||||||
init()
|
|
||||||
|
|
||||||
if (to.path === 'Login') {
|
|
||||||
return navigateTo('/')
|
|
||||||
}
|
|
||||||
})
|
|
||||||
26
client/app/middleware/02.user-preferences.global.ts
Normal file
26
client/app/middleware/02.user-preferences.global.ts
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
import type { SyncedPreferences } from '~/composables/use-preferences'
|
||||||
|
import chadApi from '#shared/chad-api'
|
||||||
|
|
||||||
|
export default defineNuxtRouteMiddleware(async () => {
|
||||||
|
const { me } = useAuth()
|
||||||
|
|
||||||
|
if (!me.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
const { synced, toggleInputHotkey, toggleOutputHotkey } = usePreferences()
|
||||||
|
|
||||||
|
if (synced.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
try {
|
||||||
|
const preferences = await chadApi<SyncedPreferences>('/preferences', { method: 'GET' })
|
||||||
|
|
||||||
|
if (!preferences)
|
||||||
|
return
|
||||||
|
|
||||||
|
toggleInputHotkey.value = preferences.toggleInputHotkey ?? toggleInputHotkey.value
|
||||||
|
toggleOutputHotkey.value = preferences.toggleOutputHotkey ?? toggleOutputHotkey.value
|
||||||
|
synced.value = true
|
||||||
|
}
|
||||||
|
catch {}
|
||||||
|
})
|
||||||
64
client/app/pages/gallery.vue
Normal file
64
client/app/pages/gallery.vue
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
<template>
|
||||||
|
<div class="grid grid-cols-[1fr_1fr] gap-2">
|
||||||
|
<GalleryCard
|
||||||
|
v-for="item in gallery"
|
||||||
|
:key="item.client.socketId"
|
||||||
|
:client="item.client"
|
||||||
|
:stream="item.stream"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import type { ChadClient } from '#shared/types'
|
||||||
|
|
||||||
|
interface GalleryItem {
|
||||||
|
client: ChadClient
|
||||||
|
stream: MediaStream
|
||||||
|
}
|
||||||
|
|
||||||
|
definePageMeta({
|
||||||
|
name: 'Gallery',
|
||||||
|
})
|
||||||
|
|
||||||
|
const { videoProducer, shareProducer } = useMediasoup()
|
||||||
|
const { clients, me } = useClients()
|
||||||
|
|
||||||
|
const gallery = computed(() => {
|
||||||
|
return clients.value.reduce<GalleryItem[]>(
|
||||||
|
(acc, client) => {
|
||||||
|
const { streaming, videoConsumers, shareConsumers } = useClient(client.socketId)
|
||||||
|
|
||||||
|
if (!streaming.value)
|
||||||
|
return acc
|
||||||
|
|
||||||
|
for (const consumer of [...videoConsumers.value, ...shareConsumers.value]) {
|
||||||
|
acc.push({
|
||||||
|
client,
|
||||||
|
stream: new MediaStream([consumer.raw.track]),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
return acc
|
||||||
|
},
|
||||||
|
[videoProducer.value, shareProducer.value].reduce<GalleryItem[]>((acc, producer) => {
|
||||||
|
if (!me.value || !producer || !producer.raw.track)
|
||||||
|
return acc
|
||||||
|
|
||||||
|
acc.push({
|
||||||
|
client: me.value,
|
||||||
|
stream: new MediaStream([producer.raw.track]),
|
||||||
|
})
|
||||||
|
|
||||||
|
return acc
|
||||||
|
}, []),
|
||||||
|
)
|
||||||
|
})
|
||||||
|
|
||||||
|
watch(gallery, (gallery) => {
|
||||||
|
if (gallery.length > 0)
|
||||||
|
return
|
||||||
|
|
||||||
|
navigateTo({ name: 'Index' })
|
||||||
|
})
|
||||||
|
</script>
|
||||||
@@ -1,11 +1,17 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex items-center justify-center p-3">
|
<div>
|
||||||
<PrimeFieldset legend="Important information">
|
<div class="flex items-center justify-center">
|
||||||
|
<PrimeCard>
|
||||||
|
<template #content>
|
||||||
The chat is under development.
|
The chat is under development.
|
||||||
</PrimeFieldset>
|
</template>
|
||||||
|
</PrimeCard>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
const { clients, inputMuted, toggleInput, outputMuted, toggleOutput } = useApp()
|
definePageMeta({
|
||||||
|
name: 'Index',
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,13 +1,30 @@
|
|||||||
<template>
|
<template>
|
||||||
<PrimeCard class="w-2/5">
|
<PrimeCard>
|
||||||
<template #content>
|
<template #content>
|
||||||
<form class="flex flex-col gap-3" @submit.prevent="submit">
|
<form @submit.prevent="submit">
|
||||||
|
<div class="flex flex-col gap-3">
|
||||||
<PrimeFloatLabel variant="on">
|
<PrimeFloatLabel variant="on">
|
||||||
<PrimeInputText id="username" v-model="localUsername" size="large" class="w-full" />
|
<PrimeInputText id="username" v-model="username" size="large" autocomplete="off" fluid autofocus />
|
||||||
<label for="username">Username</label>
|
<label for="username">Username</label>
|
||||||
</PrimeFloatLabel>
|
</PrimeFloatLabel>
|
||||||
|
|
||||||
<PrimeButton size="large" icon="pi pi-arrow-right" icon-pos="right" label="Let's go" :disabled="!localUsername" type="submit" />
|
<PrimeFloatLabel variant="on">
|
||||||
|
<PrimePassword id="password" v-model="password" size="large" autocomplete="off" toggle-mask fluid :feedback="false" />
|
||||||
|
<label for="password">Password</label>
|
||||||
|
</PrimeFloatLabel>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<PrimeButton
|
||||||
|
class="mt-6"
|
||||||
|
size="large"
|
||||||
|
icon="pi pi-arrow-right"
|
||||||
|
icon-pos="right"
|
||||||
|
label="Let's go"
|
||||||
|
:loading="submitting"
|
||||||
|
:disabled="!valid"
|
||||||
|
type="submit"
|
||||||
|
fluid
|
||||||
|
/>
|
||||||
</form>
|
</form>
|
||||||
</template>
|
</template>
|
||||||
</PrimeCard>
|
</PrimeCard>
|
||||||
@@ -17,18 +34,34 @@
|
|||||||
definePageMeta({
|
definePageMeta({
|
||||||
name: 'Login',
|
name: 'Login',
|
||||||
layout: 'auth',
|
layout: 'auth',
|
||||||
|
auth: 'guest',
|
||||||
})
|
})
|
||||||
|
|
||||||
const { username } = usePreferences()
|
const { login } = useAuth()
|
||||||
|
|
||||||
const localUsername = ref<typeof username.value>()
|
const submitting = ref(false)
|
||||||
|
|
||||||
|
const username = ref<string>()
|
||||||
|
const password = ref<string>()
|
||||||
|
|
||||||
|
const valid = computed(() => {
|
||||||
|
if (!username.value)
|
||||||
|
return false
|
||||||
|
|
||||||
|
if (!password.value)
|
||||||
|
return false
|
||||||
|
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
|
||||||
async function submit() {
|
async function submit() {
|
||||||
if (!localUsername.value)
|
if (!valid.value)
|
||||||
return
|
return
|
||||||
|
|
||||||
username.value = localUsername.value
|
submitting.value = true
|
||||||
|
|
||||||
await navigateTo('/')
|
await login(username.value!, password.value!)
|
||||||
|
|
||||||
|
submitting.value = false
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,39 +1,208 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<AppHeader title="Preferences" secondary />
|
<PrimeDivider align="left">
|
||||||
|
Audio
|
||||||
|
</PrimeDivider>
|
||||||
|
|
||||||
<form class="flex flex-col gap-3 p-3" @submit.prevent="save">
|
|
||||||
<PrimeFloatLabel variant="on">
|
<PrimeFloatLabel variant="on">
|
||||||
<PrimeInputText id="username" v-model="localUsername" size="large" class="w-full" />
|
<PrimeSelect
|
||||||
<label for="username">Username</label>
|
v-model="inputDeviceId"
|
||||||
|
:options="audioInputs"
|
||||||
|
option-label="label"
|
||||||
|
option-value="deviceId"
|
||||||
|
input-id="inputDevice"
|
||||||
|
placeholder="No input device"
|
||||||
|
fluid
|
||||||
|
:invalid="!inputDeviceExist"
|
||||||
|
/>
|
||||||
|
<label for="inputDevice">Input device</label>
|
||||||
</PrimeFloatLabel>
|
</PrimeFloatLabel>
|
||||||
|
|
||||||
<PrimeButton label="Save" type="submit" :disabled="!localUsername || localUsername === username" />
|
<div class="flex items-center gap-2 mt-3">
|
||||||
</form>
|
<PrimeToggleSwitch v-model="autoGainControl" input-id="autoGainControl" />
|
||||||
|
<label for="autoGainControl">Auto Gain Control</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex items-center gap-2 mt-3">
|
||||||
|
<PrimeToggleSwitch v-model="echoCancellation" input-id="echoCancellation" />
|
||||||
|
<label for="echoCancellation">Echo Cancellation</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex items-center gap-2 mt-3">
|
||||||
|
<PrimeToggleSwitch v-model="noiseSuppression" input-id="noiseSuppression" />
|
||||||
|
<label for="noiseSuppression">Noise Suppression</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- <PrimeFloatLabel variant="on"> -->
|
||||||
|
<!-- <PrimeSelect -->
|
||||||
|
<!-- v-model="outputDeviceId" -->
|
||||||
|
<!-- :options="audioOutputs" -->
|
||||||
|
<!-- option-label="label" -->
|
||||||
|
<!-- option-value="deviceId" -->
|
||||||
|
<!-- fluid -->
|
||||||
|
<!-- class="mt-6" -->
|
||||||
|
<!-- input-id="outputDevice" -->
|
||||||
|
<!-- :invalid="!outputDeviceExist" -->
|
||||||
|
<!-- -->
|
||||||
|
<!-- /> -->
|
||||||
|
<!-- <label for="outputDevice">Output device</label> -->
|
||||||
|
<!-- </PrimeFloatLabel> -->
|
||||||
|
|
||||||
|
<PrimeDivider align="left">
|
||||||
|
Video
|
||||||
|
</PrimeDivider>
|
||||||
|
|
||||||
|
<PrimeFloatLabel variant="on">
|
||||||
|
<PrimeSelect
|
||||||
|
v-model="videoDeviceId"
|
||||||
|
:options="videoInputs"
|
||||||
|
option-label="label"
|
||||||
|
option-value="deviceId"
|
||||||
|
input-id="videoDevice"
|
||||||
|
placeholder="No video device"
|
||||||
|
fluid
|
||||||
|
:invalid="!videoDeviceExist"
|
||||||
|
/>
|
||||||
|
<label for="inputDevice">Input device</label>
|
||||||
|
</PrimeFloatLabel>
|
||||||
|
|
||||||
|
<PrimeDivider align="left">
|
||||||
|
Screen sharing
|
||||||
|
</PrimeDivider>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<p class="text-sm mb-2 text-center">
|
||||||
|
FPS
|
||||||
|
</p>
|
||||||
|
<PrimeSelectButton
|
||||||
|
v-model="shareFps"
|
||||||
|
:options="shareFpsOptions"
|
||||||
|
fluid
|
||||||
|
size="small"
|
||||||
|
option-label="label"
|
||||||
|
option-value="value"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<template v-if="isTauri">
|
||||||
|
<PrimeDivider align="left">
|
||||||
|
Hotkeys
|
||||||
|
</PrimeDivider>
|
||||||
|
|
||||||
|
<PrimeFloatLabel variant="on">
|
||||||
|
<PrimeInputText id="microphoneToggle" :model-value="toggleInputHotkey" fluid @keydown="setupToggleInputHotkey" />
|
||||||
|
<label for="microphoneToggle">Toggle microphone</label>
|
||||||
|
</PrimeFloatLabel>
|
||||||
|
|
||||||
|
<PrimeFloatLabel variant="on" class="mt-3">
|
||||||
|
<PrimeInputText id="soundToggle" :model-value="toggleOutputHotkey" fluid @keydown="setupToggleOutputHotkey" />
|
||||||
|
<label for="soundToggle">Toggle sound</label>
|
||||||
|
</PrimeFloatLabel>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<PrimeDivider align="left">
|
||||||
|
About
|
||||||
|
</PrimeDivider>
|
||||||
|
|
||||||
|
<p v-if="version" class="text-muted-color text-sm">
|
||||||
|
VERSION: {{ version }}
|
||||||
|
</p>
|
||||||
|
<p class="text-muted-color text-sm mt-2">
|
||||||
|
COMMIT_SHA: {{ commitSha }}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<template v-if="isTauri">
|
||||||
|
<PrimeButton
|
||||||
|
v-if="lastUpdate"
|
||||||
|
class="mt-3"
|
||||||
|
size="small"
|
||||||
|
label="Install new version"
|
||||||
|
fluid
|
||||||
|
severity="success"
|
||||||
|
@click="navigateTo({ name: 'Updater' })"
|
||||||
|
/>
|
||||||
|
<PrimeButton
|
||||||
|
v-else
|
||||||
|
class="mt-3"
|
||||||
|
size="small"
|
||||||
|
label="Check for Updates"
|
||||||
|
fluid
|
||||||
|
severity="info"
|
||||||
|
:loading="checking"
|
||||||
|
@click="checkForUpdates"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import type { RemovableRef } from '@vueuse/core'
|
||||||
|
|
||||||
definePageMeta({
|
definePageMeta({
|
||||||
name: 'Preferences',
|
name: 'Preferences',
|
||||||
})
|
})
|
||||||
|
const { isTauri, version, commitSha } = useApp()
|
||||||
|
const { checking, checkForUpdates, lastUpdate } = useUpdater()
|
||||||
|
const { audioInputs, audioOutputs, videoInputs } = useDevices()
|
||||||
|
const {
|
||||||
|
inputDeviceId,
|
||||||
|
outputDeviceId,
|
||||||
|
videoDeviceId,
|
||||||
|
autoGainControl,
|
||||||
|
noiseSuppression,
|
||||||
|
echoCancellation,
|
||||||
|
toggleInputHotkey,
|
||||||
|
toggleOutputHotkey,
|
||||||
|
inputDeviceExist,
|
||||||
|
outputDeviceExist,
|
||||||
|
videoDeviceExist,
|
||||||
|
shareFps,
|
||||||
|
} = usePreferences()
|
||||||
|
|
||||||
const signaling = useSignaling()
|
const shareFpsOptions = [5, 30, 60].map((value) => {
|
||||||
const { username } = usePreferences()
|
return {
|
||||||
const toast = useToast()
|
label: value.toString(),
|
||||||
|
value,
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
const localUsername = ref(username.value)
|
const setupToggleInputHotkey = (event: KeyboardEvent) => setupHotkey(event, toggleInputHotkey)
|
||||||
|
const setupToggleOutputHotkey = (event: KeyboardEvent) => setupHotkey(event, toggleOutputHotkey)
|
||||||
|
|
||||||
async function save() {
|
function setupHotkey(event: KeyboardEvent, model: RemovableRef<string>) {
|
||||||
if (!localUsername.value || localUsername.value === username.value)
|
if (event.key === 'Tab' || event.key === 'Enter') {
|
||||||
return
|
return
|
||||||
|
}
|
||||||
|
|
||||||
username.value = localUsername.value
|
event.preventDefault()
|
||||||
|
|
||||||
await signaling.socket.value?.emitWithAck('updateClient', {
|
const hotkey = []
|
||||||
username: username.value,
|
|
||||||
})
|
|
||||||
|
|
||||||
toast.add({ severity: 'success', summary: 'Saved', life: 1000, closable: false })
|
if (event.ctrlKey || event.metaKey)
|
||||||
|
hotkey.push('CommandOrControl')
|
||||||
|
if (event.altKey)
|
||||||
|
hotkey.push('Alt')
|
||||||
|
if (event.shiftKey)
|
||||||
|
hotkey.push('Shift')
|
||||||
|
|
||||||
|
const modifierApplied = hotkey.length > 0
|
||||||
|
|
||||||
|
if (!modifierApplied && ['Escape', 'Backspace', 'Delete'].includes(event.key)) {
|
||||||
|
model.value = ''
|
||||||
|
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!['Control', 'Shift', 'Alt'].includes(event.key)) {
|
||||||
|
hotkey.push(event.key.toUpperCase())
|
||||||
|
}
|
||||||
|
|
||||||
|
if (modifierApplied && hotkey.length === 1) {
|
||||||
|
model.value = ''
|
||||||
|
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
model.value = hotkey.join('+')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
68
client/app/pages/profile.vue
Normal file
68
client/app/pages/profile.vue
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
<template>
|
||||||
|
<form @submit.prevent="save()">
|
||||||
|
<PrimeDivider align="left">
|
||||||
|
General
|
||||||
|
</PrimeDivider>
|
||||||
|
|
||||||
|
<PrimeFloatLabel variant="on">
|
||||||
|
<PrimeInputText id="displayName" v-model="displayName" fluid autocomplete="off" />
|
||||||
|
<label for="displayName">Display name</label>
|
||||||
|
</PrimeFloatLabel>
|
||||||
|
|
||||||
|
<div class="flex items-center gap-3 mt-6">
|
||||||
|
<PrimeButton label="Save" :disabled="!valid" :loading="saving" fluid type="submit" />
|
||||||
|
<PrimeButton severity="danger" class="shrink-0" @click="logout()">
|
||||||
|
<template #icon>
|
||||||
|
<LogOut />
|
||||||
|
</template>
|
||||||
|
</PrimeButton>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import chadApi from '#shared/chad-api'
|
||||||
|
import { LogOut } from 'lucide-vue-next'
|
||||||
|
|
||||||
|
definePageMeta({
|
||||||
|
name: 'Profile',
|
||||||
|
})
|
||||||
|
|
||||||
|
const { me, setMe, logout } = useAuth()
|
||||||
|
const signaling = useSignaling()
|
||||||
|
const toast = useToast()
|
||||||
|
|
||||||
|
const displayName = ref(me.value?.displayName || '')
|
||||||
|
|
||||||
|
const saving = ref(false)
|
||||||
|
|
||||||
|
const valid = computed(() => {
|
||||||
|
if (!me.value)
|
||||||
|
return false
|
||||||
|
|
||||||
|
if (displayName.value === me.value.displayName)
|
||||||
|
return false
|
||||||
|
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
|
||||||
|
async function save() {
|
||||||
|
if (!valid.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
saving.value = true
|
||||||
|
|
||||||
|
const updatedMe = await chadApi('/profile', {
|
||||||
|
method: 'PATCH',
|
||||||
|
body: {
|
||||||
|
displayName: displayName.value,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
setMe({ ...me.value!, displayName: (updatedMe.displayName as string) })
|
||||||
|
|
||||||
|
toast.add({ severity: 'success', summary: 'Saved', life: 1000, closable: false })
|
||||||
|
|
||||||
|
saving.value = false
|
||||||
|
}
|
||||||
|
</script>
|
||||||
74
client/app/pages/register.vue
Normal file
74
client/app/pages/register.vue
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
<template>
|
||||||
|
<PrimeCard>
|
||||||
|
<template #content>
|
||||||
|
<form @submit.prevent="submit">
|
||||||
|
<div class="flex flex-col gap-3">
|
||||||
|
<PrimeFloatLabel variant="on">
|
||||||
|
<PrimeInputText id="username" v-model="username" size="large" autocomplete="off" fluid autofocus />
|
||||||
|
<label for="username">Username</label>
|
||||||
|
</PrimeFloatLabel>
|
||||||
|
|
||||||
|
<PrimeFloatLabel variant="on">
|
||||||
|
<PrimePassword id="password" v-model="password" size="large" autocomplete="off" toggle-mask fluid :feedback="false" />
|
||||||
|
<label for="password">Password</label>
|
||||||
|
</PrimeFloatLabel>
|
||||||
|
|
||||||
|
<PrimeFloatLabel variant="on">
|
||||||
|
<PrimePassword id="repeatPassword" v-model="repeatPassword" size="large" autocomplete="off" toggle-mask fluid :feedback="false" />
|
||||||
|
<label for="repeatPassword">Repeat password</label>
|
||||||
|
</PrimeFloatLabel>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<PrimeButton
|
||||||
|
class="mt-6"
|
||||||
|
size="large"
|
||||||
|
label="Register"
|
||||||
|
:loading="submitting"
|
||||||
|
:disabled="!valid"
|
||||||
|
type="submit"
|
||||||
|
fluid
|
||||||
|
/>
|
||||||
|
</form>
|
||||||
|
</template>
|
||||||
|
</PrimeCard>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts" setup>
|
||||||
|
definePageMeta({
|
||||||
|
name: 'Register',
|
||||||
|
layout: 'auth',
|
||||||
|
auth: 'guest',
|
||||||
|
})
|
||||||
|
|
||||||
|
const { register } = useAuth()
|
||||||
|
|
||||||
|
const submitting = ref(false)
|
||||||
|
|
||||||
|
const username = ref<string>()
|
||||||
|
const password = ref<string>()
|
||||||
|
const repeatPassword = ref<string>()
|
||||||
|
|
||||||
|
const valid = computed(() => {
|
||||||
|
if (!username.value)
|
||||||
|
return false
|
||||||
|
|
||||||
|
if (!password.value)
|
||||||
|
return false
|
||||||
|
|
||||||
|
if (repeatPassword.value !== password.value)
|
||||||
|
return false
|
||||||
|
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
|
||||||
|
async function submit() {
|
||||||
|
if (!valid.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
submitting.value = true
|
||||||
|
|
||||||
|
await register(username.value!, password.value!)
|
||||||
|
|
||||||
|
submitting.value = false
|
||||||
|
}
|
||||||
|
</script>
|
||||||
41
client/app/pages/updater.vue
Normal file
41
client/app/pages/updater.vue
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
<template>
|
||||||
|
<div class="flex h-full">
|
||||||
|
<div class="w-80 m-auto">
|
||||||
|
<p class="text-center text-muted-color mb-4">
|
||||||
|
Updating...
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<PrimeProgressBar mode="indeterminate" style="height: 8px;" />
|
||||||
|
|
||||||
|
<div class="flex items-center justify-center gap-2 mt-8">
|
||||||
|
<PrimeBadge :value="lastUpdate.currentVersion" size="small" severity="secondary" />
|
||||||
|
<i class="pi pi-arrow-right" style="font-size: 0.75rem;" />
|
||||||
|
<PrimeBadge :value="lastUpdate.version" size="small" severity="contrast" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts" setup>
|
||||||
|
definePageMeta({
|
||||||
|
name: 'Updater',
|
||||||
|
layout: 'blank',
|
||||||
|
auth: false,
|
||||||
|
middleware: () => {
|
||||||
|
const { lastUpdate } = useUpdater()
|
||||||
|
if (!lastUpdate.value)
|
||||||
|
return navigateTo('/')
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
const lastUpdate = useUpdater().lastUpdate.value!
|
||||||
|
|
||||||
|
;(async () => {
|
||||||
|
try {
|
||||||
|
await lastUpdate.downloadAndInstall()
|
||||||
|
}
|
||||||
|
catch {
|
||||||
|
await navigateTo('/')
|
||||||
|
}
|
||||||
|
})()
|
||||||
|
</script>
|
||||||
7
client/app/plugins/00.build-info.ts
Normal file
7
client/app/plugins/00.build-info.ts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
export default defineNuxtPlugin({
|
||||||
|
setup() {
|
||||||
|
console.group('Build Info')
|
||||||
|
console.log(`COMMIT_SHA: ${__COMMIT_SHA__}`)
|
||||||
|
console.groupEnd()
|
||||||
|
},
|
||||||
|
})
|
||||||
45
client/app/plugins/01.register-hotkeys.ts
Normal file
45
client/app/plugins/01.register-hotkeys.ts
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
import { isRegistered, register, unregister, unregisterAll } from '@tauri-apps/plugin-global-shortcut'
|
||||||
|
|
||||||
|
export default defineNuxtPlugin({
|
||||||
|
async setup() {
|
||||||
|
const { isTauri, toggleInput, toggleOutput } = useApp()
|
||||||
|
const preferences = usePreferences()
|
||||||
|
|
||||||
|
if (!isTauri.value)
|
||||||
|
return
|
||||||
|
|
||||||
|
await unregisterAll()
|
||||||
|
|
||||||
|
watch(preferences.toggleInputHotkey, async (shortcut, prevShortcut) => {
|
||||||
|
await registerHotkey(shortcut, prevShortcut, toggleInput)
|
||||||
|
}, {
|
||||||
|
immediate: true,
|
||||||
|
})
|
||||||
|
|
||||||
|
watch(preferences.toggleOutputHotkey, async (shortcut, prevShortcut) => {
|
||||||
|
await registerHotkey(shortcut, prevShortcut, toggleOutput)
|
||||||
|
}, {
|
||||||
|
immediate: true,
|
||||||
|
})
|
||||||
|
|
||||||
|
async function registerHotkey(shortcut: string, prevShortcut: string | undefined, cb: () => void) {
|
||||||
|
if (!!prevShortcut && await isRegistered(prevShortcut)) {
|
||||||
|
await unregister(prevShortcut)
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!shortcut)
|
||||||
|
return
|
||||||
|
|
||||||
|
if (await isRegistered(shortcut)) {
|
||||||
|
await unregister(shortcut)
|
||||||
|
}
|
||||||
|
|
||||||
|
await register(shortcut, ({ state }) => {
|
||||||
|
if (state !== 'Released')
|
||||||
|
return
|
||||||
|
|
||||||
|
cb()
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
})
|
||||||
1
client/globals.d.ts
vendored
1
client/globals.d.ts
vendored
@@ -1 +1,2 @@
|
|||||||
|
declare const __API_BASE_URL__: string
|
||||||
declare const __COMMIT_SHA__: string
|
declare const __COMMIT_SHA__: string
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import { definePreset } from '@primeuix/themes'
|
||||||
import Aura from '@primeuix/themes/aura'
|
import Aura from '@primeuix/themes/aura'
|
||||||
import tailwindcss from '@tailwindcss/vite'
|
import tailwindcss from '@tailwindcss/vite'
|
||||||
|
|
||||||
@@ -8,11 +9,62 @@ export default defineNuxtConfig({
|
|||||||
modules: [
|
modules: [
|
||||||
'@nuxt/fonts',
|
'@nuxt/fonts',
|
||||||
'@primevue/nuxt-module',
|
'@primevue/nuxt-module',
|
||||||
|
'@formkit/auto-animate/nuxt',
|
||||||
],
|
],
|
||||||
|
fonts: {
|
||||||
|
provider: 'google',
|
||||||
|
},
|
||||||
primevue: {
|
primevue: {
|
||||||
options: {
|
options: {
|
||||||
theme: {
|
theme: {
|
||||||
preset: Aura,
|
preset: definePreset(Aura, {
|
||||||
|
semantic: {
|
||||||
|
transitionDuration: '150ms',
|
||||||
|
primary: {
|
||||||
|
50: '{zinc.50}',
|
||||||
|
100: '{zinc.100}',
|
||||||
|
200: '{zinc.200}',
|
||||||
|
300: '{zinc.300}',
|
||||||
|
400: '{zinc.400}',
|
||||||
|
500: '{zinc.500}',
|
||||||
|
600: '{zinc.600}',
|
||||||
|
700: '{zinc.700}',
|
||||||
|
800: '{zinc.800}',
|
||||||
|
900: '{zinc.900}',
|
||||||
|
950: '{zinc.950}',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
colorScheme: {
|
||||||
|
light: {
|
||||||
|
primary: {
|
||||||
|
color: '{zinc.950}',
|
||||||
|
inverseColor: '#ffffff',
|
||||||
|
hoverColor: '{zinc.900}',
|
||||||
|
activeColor: '{zinc.800}',
|
||||||
|
},
|
||||||
|
highlight: {
|
||||||
|
background: '{zinc.950}',
|
||||||
|
focusBackground: '{zinc.700}',
|
||||||
|
color: '#ffffff',
|
||||||
|
focusColor: '#ffffff',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
dark: {
|
||||||
|
primary: {
|
||||||
|
color: '{zinc.50}',
|
||||||
|
inverseColor: '{zinc.950}',
|
||||||
|
hoverColor: '{zinc.100}',
|
||||||
|
activeColor: '{zinc.200}',
|
||||||
|
},
|
||||||
|
highlight: {
|
||||||
|
background: 'rgba(250, 250, 250, .16)',
|
||||||
|
focusBackground: 'rgba(250, 250, 250, .24)',
|
||||||
|
color: 'rgba(255,255,255,.87)',
|
||||||
|
focusColor: 'rgba(255,255,255,.87)',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
@@ -24,9 +76,6 @@ export default defineNuxtConfig({
|
|||||||
'@/assets/styles/primeicons.css',
|
'@/assets/styles/primeicons.css',
|
||||||
'@/assets/styles/main.scss',
|
'@/assets/styles/main.scss',
|
||||||
],
|
],
|
||||||
devServer: {
|
|
||||||
// host: '0',
|
|
||||||
},
|
|
||||||
vite: {
|
vite: {
|
||||||
plugins: [
|
plugins: [
|
||||||
tailwindcss(),
|
tailwindcss(),
|
||||||
@@ -35,9 +84,21 @@ export default defineNuxtConfig({
|
|||||||
envPrefix: ['VITE_', 'TAURI_'],
|
envPrefix: ['VITE_', 'TAURI_'],
|
||||||
server: {
|
server: {
|
||||||
strictPort: true,
|
strictPort: true,
|
||||||
|
proxy: {
|
||||||
|
'/api': {
|
||||||
|
// target: 'http://localhost:4000/chad',
|
||||||
|
target: 'https://api.koptilnya.xyz/chad',
|
||||||
|
ws: true,
|
||||||
|
changeOrigin: true,
|
||||||
|
rewrite: (path) => {
|
||||||
|
return path.replace(/^\/api/, '')
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
define: {
|
define: {
|
||||||
__COMMIT_SHA__: JSON.stringify(process.env.COMMIT_SHA || 'local'),
|
__API_BASE_URL__: JSON.stringify(import.meta.env.API_BASE_URL || 'http://localhost:4000/chad'),
|
||||||
|
__COMMIT_SHA__: JSON.stringify(import.meta.env.COMMIT_SHA || 'local'),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ignore: ['**/src-tauri/**'],
|
ignore: ['**/src-tauri/**'],
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "nuxt build",
|
"build": "nuxt build",
|
||||||
"dev": "nuxt dev",
|
"dev": "nuxt dev --host",
|
||||||
"generate": "nuxt generate",
|
"generate": "nuxt generate",
|
||||||
"preview": "nuxt preview",
|
"preview": "nuxt preview",
|
||||||
"postinstall": "nuxt prepare"
|
"postinstall": "nuxt prepare"
|
||||||
@@ -14,23 +14,31 @@
|
|||||||
"@nuxt/fonts": "^0.11.4",
|
"@nuxt/fonts": "^0.11.4",
|
||||||
"@primeuix/themes": "^1.2.5",
|
"@primeuix/themes": "^1.2.5",
|
||||||
"@tailwindcss/vite": "^4.1.14",
|
"@tailwindcss/vite": "^4.1.14",
|
||||||
|
"@tauri-apps/plugin-global-shortcut": "~2",
|
||||||
|
"@tauri-apps/plugin-process": "~2",
|
||||||
|
"@tauri-apps/plugin-updater": "~2",
|
||||||
"@vueuse/core": "^13.9.0",
|
"@vueuse/core": "^13.9.0",
|
||||||
"mediasoup-client": "^3.16.7",
|
"hotkeys-js": "^4.0.0",
|
||||||
"nuxt": "^4.1.2",
|
"howler": "^2.2.4",
|
||||||
|
"lucide-vue-next": "^0.562.0",
|
||||||
|
"mediasoup-client": "^3.18.6",
|
||||||
|
"nuxt": "^4.2.2",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
"primeicons": "^7.0.0",
|
"primeicons": "^7.0.0",
|
||||||
"primevue": "^4.4.0",
|
"primevue": "^4.4.0",
|
||||||
"socket.io-client": "^4.8.1",
|
"socket.io-client": "^4.8.1",
|
||||||
"tailwindcss": "^4.1.14",
|
"tailwindcss": "^4.1.14",
|
||||||
"tailwindcss-primeui": "^0.6.1",
|
"tailwindcss-primeui": "^0.6.1",
|
||||||
|
"ufo": "^1.6.1",
|
||||||
"vue": "^3.5.22",
|
"vue": "^3.5.22",
|
||||||
"vue-router": "^4.5.1"
|
"vue-router": "^4.5.1"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.10.3",
|
"packageManager": "yarn@4.12.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^5.4.1",
|
"@antfu/eslint-config": "^5.4.1",
|
||||||
"@primevue/nuxt-module": "^4.4.0",
|
"@primevue/nuxt-module": "^4.4.0",
|
||||||
"@tauri-apps/cli": "^2.8.4",
|
"@tauri-apps/cli": "^2.8.4",
|
||||||
|
"@types/howler": "^2",
|
||||||
"eslint": "^9.36.0",
|
"eslint": "^9.36.0",
|
||||||
"eslint-plugin-format": "^1.0.2",
|
"eslint-plugin-format": "^1.0.2",
|
||||||
"sass-embedded": "^1.93.2",
|
"sass-embedded": "^1.93.2",
|
||||||
|
|||||||
BIN
client/public/chad-bg.webp
Normal file
BIN
client/public/chad-bg.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
BIN
client/public/sfx/connection/0.ogg
Normal file
BIN
client/public/sfx/connection/0.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/1.ogg
Normal file
BIN
client/public/sfx/connection/1.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/10.ogg
Normal file
BIN
client/public/sfx/connection/10.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/100.ogg
Normal file
BIN
client/public/sfx/connection/100.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/101.ogg
Normal file
BIN
client/public/sfx/connection/101.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/102.ogg
Normal file
BIN
client/public/sfx/connection/102.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/103.ogg
Normal file
BIN
client/public/sfx/connection/103.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/104.ogg
Normal file
BIN
client/public/sfx/connection/104.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/105.ogg
Normal file
BIN
client/public/sfx/connection/105.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/106.ogg
Normal file
BIN
client/public/sfx/connection/106.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/107.ogg
Normal file
BIN
client/public/sfx/connection/107.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/108.ogg
Normal file
BIN
client/public/sfx/connection/108.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/109.ogg
Normal file
BIN
client/public/sfx/connection/109.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/11.ogg
Normal file
BIN
client/public/sfx/connection/11.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/110.ogg
Normal file
BIN
client/public/sfx/connection/110.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/111.ogg
Normal file
BIN
client/public/sfx/connection/111.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/112.ogg
Normal file
BIN
client/public/sfx/connection/112.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/113.ogg
Normal file
BIN
client/public/sfx/connection/113.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/114.ogg
Normal file
BIN
client/public/sfx/connection/114.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/115.ogg
Normal file
BIN
client/public/sfx/connection/115.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/116.ogg
Normal file
BIN
client/public/sfx/connection/116.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/117.ogg
Normal file
BIN
client/public/sfx/connection/117.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/118.ogg
Normal file
BIN
client/public/sfx/connection/118.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/119.ogg
Normal file
BIN
client/public/sfx/connection/119.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/12.ogg
Normal file
BIN
client/public/sfx/connection/12.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/120.ogg
Normal file
BIN
client/public/sfx/connection/120.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/121.ogg
Normal file
BIN
client/public/sfx/connection/121.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/122.ogg
Normal file
BIN
client/public/sfx/connection/122.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/123.ogg
Normal file
BIN
client/public/sfx/connection/123.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/124.ogg
Normal file
BIN
client/public/sfx/connection/124.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/125.ogg
Normal file
BIN
client/public/sfx/connection/125.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/126.ogg
Normal file
BIN
client/public/sfx/connection/126.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/127.ogg
Normal file
BIN
client/public/sfx/connection/127.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/128.ogg
Normal file
BIN
client/public/sfx/connection/128.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/129.ogg
Normal file
BIN
client/public/sfx/connection/129.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/13.ogg
Normal file
BIN
client/public/sfx/connection/13.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/130.ogg
Normal file
BIN
client/public/sfx/connection/130.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/131.ogg
Normal file
BIN
client/public/sfx/connection/131.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/132.ogg
Normal file
BIN
client/public/sfx/connection/132.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/133.ogg
Normal file
BIN
client/public/sfx/connection/133.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/134.ogg
Normal file
BIN
client/public/sfx/connection/134.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/135.ogg
Normal file
BIN
client/public/sfx/connection/135.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/136.ogg
Normal file
BIN
client/public/sfx/connection/136.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/137.ogg
Normal file
BIN
client/public/sfx/connection/137.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/138.ogg
Normal file
BIN
client/public/sfx/connection/138.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/139.ogg
Normal file
BIN
client/public/sfx/connection/139.ogg
Normal file
Binary file not shown.
BIN
client/public/sfx/connection/14.ogg
Normal file
BIN
client/public/sfx/connection/14.ogg
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user