Commit Graph

4 Commits

Author SHA1 Message Date
Timo K
c8421566da handle case of undefined return
- refactor mute sync fn to use the device
- add a long comment about the state of this.

Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-17 14:38:02 +02:00
Timo
d5edcce470 Fix mute button not being in sync with actual video/audio feed. (#1721)
* Fix mute button not being in sync with actual video/audio feed.
This happens if we toggle the button while waiting for updating the stream.
It is prohibited by checking if the stream state is in sync after the update
is done.
Signed-off-by: Timo K <toger5@hotmail.de>


---------

Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-10 14:14:39 +02:00
Timo
63a00eef2f await leave rtc session (#1648)
so that the widget is only getting the hangup even,
once the call has been cleaned up

Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-04 18:27:07 +02:00
David Baker
e39d00154d More hacking on rtcsession 2023-08-18 09:03:21 +01:00