Grafico dei commit

12 commit

Autore SHA1 Messaggio Data
les
8e72488417 better disconnect error managment 2021-03-11 10:39:09 +01:00
Jonas Herzig
59bb00cbe4 Lazily initialize fallback client
So we do not need to load the huge encoders bundle if we do not even need it.
2020-11-25 18:29:10 +01:00
Jonas Herzig
506a799592 Re-add UDPTunnel fallback to WebRTC version 2020-11-25 18:29:03 +01:00
raddinox
9f36bc7c3b Added AddChanelDialog and fixed add channel menu options
Must be registered user to be able to add, use mumble-django or something to add a user with password login.
2020-11-25 13:55:54 +01:00
Fabien Quatravaux
5ff3e593ef [fix #87] Channel update event has no "actor" argument 2020-04-14 22:06:08 +02:00
lawl
6e018288de cleanup worker migration 2020-03-31 18:13:58 +02:00
lawl
d57db886ac fix workers to work with worker-loader 2020-03-31 17:16:30 +02:00
lawl
f7ec12aa8d Change worker stuff to use worker-loader
Previously we used webworkify-webpack to make web-workers work. We now
use the worker-loader webpack plugin which is available since webpack 4
to handle workers.

It still doesn't want to connect to the server, but all JS errors in the
dev console are gone. Progress.
2020-03-31 16:05:14 +02:00
Jonas Herzig
b2031ea552 Fix users being shown in incorrect channel (fixes #38) 2018-10-23 17:07:27 +02:00
Jonas Herzig
dd0c7f32a7 Make sure the AudioContext is created only after user interaction
See https://goo.gl/7K7WLu
2018-10-07 23:28:37 +02:00
Jonas Herzig
40e084559f Fix current bandwidth shown in connection info 2018-09-27 17:31:24 +02:00
Jonas Herzig
beafbe162f Move mumble client and audio encoding/resampling into a web worker 2018-09-27 17:16:25 +02:00