nextcloud-talk-android/app
Daniel Calviño Sánchez ed8ac14d94 Show avatar for guests in call view
The avatar of guests is based on their display name/nick.

When the HPB is not used the nick is provided in the offer/answer
signaling messages, and later updated through data channel messages when
it changes. When the HPB is used the nick is periodically sent through
data channel messages. Therefore the avatar is based on the nick set in
the peer connection and reloaded when the nick changes (although it is
currently a bit hacky and brittle, as it is based on whether the nick
shown in the text view changed rather than whether the nick itself
changed, but it works nevertheless).

Note that currently it is required that the guest has a peer connection
to know its nick and, therefore, its avatar; some changes would be
needed in the clients to also send the nick when there is no peer
connection.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-10-02 09:11:16 +02:00
..
src Show avatar for guests in call view 2020-10-02 09:11:16 +02:00
.gitignore Initial import 2017-10-23 12:40:38 +02:00
build.gradle change version number for 8.0.10 2020-09-29 10:07:13 +02:00
gplay.gradle Fix vibration and fix #745 2020-03-21 16:26:03 +01:00
proguard-rules.pro Initial import 2017-10-23 12:40:38 +02:00