Skip to content
Commit 02334509 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Split setting the user ID and the participant name



The user ID was set when a new participant was found in the list of
participants and then cached to be used elsewhere. The only exception
was the handling of the "nick" event, in which the user ID is sent with
the event if the MCU is used (if the MCU is not used the event is only
triggered for guests so no user ID is set).

With this change the user ID is now set after the VideoView was shown.
Due to this "imageplaceholder()" now gets the height from the element
instead of using the given one, so it needs to be overriden in the CSS
rules to ensure that the right size is used.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 8331675e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment