talk-android/app
Daniel Calviño Sánchez cb52fb349f
Add data model for local call participants
This is the counterpart of CallParticipantModel for the local
participant. For now it just stores whether audio and video are enabled
or not, and whether the local participant is speaking or not, but it
will be eventually extended with further properties.

It is also expected that the views, like the button with the microphone
state, will update themselves based on the model. Similarly the model
should be moved from the CallActivity to a class similar to
CallParticipant but for the local participant. In any case, all that is
something for the future; the immediate use of the model will be to know
when the local state changes to notify other participants.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-01-08 12:35:15 +01:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase
src Add data model for local call participants 2025-01-08 12:35:15 +01:00
build.gradle fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.0 2025-01-08 09:57:44 +00:00
lint.xml
proguard-rules.pro