talk-android/app/src/main/java/com/nextcloud/talk/call
Daniel Calviño Sánchez 175944e932 Move handling of call participants to its own class
CallParticipant provides a read-only CallParticipantModel and internally
handles the data channel and peer connection events that modify the
model. Nevertheless, the CallParticipant requires certain properties to
be externally set, like the userId or the peer connections.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-01-16 09:05:50 +00:00
..
CallParticipant.java Move handling of call participants to its own class 2023-01-16 09:05:50 +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