talk-android/app
Daniel Calviño Sánchez 6b2720653a Always pass the session id in "NICK_CHANGE" PeerConnectionEvents
Before the NICK_CHANGE event include either the session id or the user
id, depending on whether the participant was a guest or a user. However,
as the session id is also known for users the event can be unified to
always include the session id only.

This also fixes an exception when handling the "NICK_CHANGE" event, as
the session id was got from the user id given in the event, but if the
event already included the session id the look up failed and the session
id was replaced with an empty value. This in turn caused an exception
when trying to use the view for the now invalid session id. Now the
session id provided in the event is always directly used.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-10-01 19:07:25 +02:00
..
src Always pass the session id in "NICK_CHANGE" PeerConnectionEvents 2020-10-01 19:07:25 +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