nextcloud-talk-android/app/src/main/java/com/nextcloud/talk/call
Daniel Calviño Sánchez ab72db7a10 Add helper class to keep track of the participants in a call
For now only the same signaling messages that were already handled are
still handled; in the future it could be extended to handle other
messages, like the one sent by the external signaling server when a
participant leaves the room (in some cases no participants update
message is sent if the participant leaves the call and room at the same
time, which causes the participants to still be seen as in call until a
new update is received).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-01-16 09:05:51 +00:00
..
CallParticipant.java Move handling of call participants to its own class 2023-01-16 09:05:50 +00:00
CallParticipantList.java Add helper class to keep track of the participants in a call 2023-01-16 09:05:51 +00:00
CallParticipantListNotifier.java Add helper class to keep track of the participants in a call 2023-01-16 09:05:51 +00:00
CallParticipantModel.java Add model for (remote) call participants 2023-01-16 09:05:50 +00:00
CallParticipantModelNotifier.java Add model for (remote) call participants 2023-01-16 09:05:50 +00:00
MutableCallParticipantModel.java Add model for (remote) call participants 2023-01-16 09:05:50 +00:00