Commit 32f4c5a3 authored by Andrea Gianarda's avatar Andrea Gianarda
Browse files

Implement conference broadcast feature.

It allows the organizer to choose whether participant are speakers or
listener in a conference.
For scheduled conferences, if a participant is not in the list of
allowed participants, he/she will have its role set to listener (i.e
audio stream will be sendonly from the server side and recvonly on the
client side).

Non scheduled conferences will have the organizer and participants to be
speakers.

The dynamic change of a participant role is not supported yet once the
conference is started but it may be done prior to it by updating the
conference informations
parent 4f021313
1 merge request!2579Initial commit of the broadcast conference feature
Showing with 450 additions and 108 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment