api: Always start unmuted

This commit is contained in:
Rafał Dzięgiel
2021-09-06 13:18:57 +02:00
parent cd7d99606d
commit 99acd36cc0
2 changed files with 3 additions and 2 deletions

View File

@@ -90,8 +90,6 @@ class ClapperPlayer extends GstClapper.Clapper
set_initial_config()
{
this.set_mute(false);
/* FIXME: change into option in preferences */
const pipeline = this.get_pipeline();
pipeline.ring_buffer_max_size = 8 * 1024 * 1024;