Galène videoconferencing server discussion list archives
 help / color / mirror / Atom feed
From: Juliusz Chroboczek <jch@irif.fr>
To: "ibu ☉ radempa" <ibu@radempa.de>
Cc: galene@lists.galene.org
Subject: [Galene] Re: four other oft-requested features / forwarding control
Date: Fri, 16 Jul 2021 16:14:10 +0200	[thread overview]
Message-ID: <875yxamjm5.wl-jch@irif.fr> (raw)
In-Reply-To: <b3cae8e2-aa1a-d63b-476b-c7d02a38504c@radempa.de>

>> The server only allows you to mute a user remotely, not to unmute them.
>> That's an important property, and one that I'd be unwilling to break.

> I'd also like such kind of automatic moderation which Dave is proposing.
> And I agree that automatic unmuting is a no-go. The next speaker could
> however receive an invitation (text message) to unmute her:himself.

In that case, there's no need for any server changes, just add something
like this to the client:

  let speakers = the list of speaker ids;
  let i = 0;
  while(true) {
      let speaker = speakers[i % speakers.length];
      serverConnection.userMessage('warning', speaker, 'Please unmute yourself');
      await sleep(30 * 1000);
      serverConnection.userMessage('mute', speaker);
  }

The tricky bit is integrating it into the UI, and I suck at UI.

-- Juliusz

  reply	other threads:[~2021-07-16 14:14 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-16  1:41 [Galene] four other oft-requested features Dave Taht
2021-07-16 11:53 ` [Galene] " Juliusz Chroboczek
2021-07-16 13:07   ` [Galene] Re: four other oft-requested features / forwarding control ibu ☉ radempa
2021-07-16 14:14     ` Juliusz Chroboczek [this message]
2021-07-27 22:03   ` [Galene] Re: four other oft-requested features Eliot Mack
2021-07-27 22:12     ` [Galene] Recording H.264 [was: four other oft-requested features] Juliusz Chroboczek
2021-07-27 23:26       ` [Galene] " Eliot Mack
2021-07-28 12:03         ` Juliusz Chroboczek
2021-07-16 12:16 ` [Galene] Re: four other oft-requested features Antonin Décimo
2021-07-16 12:57   ` Jeroen van Veen
2021-07-16 13:08 ` T H Panton
2021-07-16 18:32 ` Juliusz Chroboczek
2021-07-17 23:35   ` Dave Taht
2021-07-18 22:17     ` Juliusz Chroboczek
2021-07-18 22:44       ` Dave Taht
2021-07-30 19:44         ` Frank Carmickle
2021-07-31  0:36           ` Juliusz Chroboczek
2021-07-31 16:39           ` [Galene] Speech [was: four other oft-requested features] Juliusz Chroboczek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.galene.org/postorius/lists/galene.lists.galene.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875yxamjm5.wl-jch@irif.fr \
    --to=jch@irif.fr \
    --cc=galene@lists.galene.org \
    --cc=ibu@radempa.de \
    --subject='[Galene] Re: four other oft-requested features / forwarding control' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox