screen sharing
This commit is contained in:
@@ -65,7 +65,7 @@ export const useApp = createGlobalState(() => {
|
||||
await muteInput()
|
||||
|
||||
await signaling.socket.value?.emitWithAck('updateClient', {
|
||||
outputMuted: false,
|
||||
outputMuted: true,
|
||||
})
|
||||
|
||||
toast.add({ severity: 'info', summary: 'Sound muted', closable: false, life: 1000 })
|
||||
|
||||
Reference in New Issue
Block a user