mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-17 22:21:57 +03:00
5e224c5a24
Note that the thread used to handle the participant list messages from the external signaling server does not change; the EventBus subscriber mode was "BACKGROUND", but as the message was posted from a WebSocket handler, which runs in a worker thread rather than in the main thread, the subscriber was executed in the same thread as the poster. Also note that the removed "userId" remark was not fully accurate; although some external signaling messages do actually use "userid" those currently handled to process the users do not, they always use "userId" (as documented in the SignalingMessageReceiver). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
---|---|---|
.. | ||
activities | ||
adapters | ||
api | ||
application | ||
arbitrarystorage | ||
callbacks | ||
components/filebrowser | ||
controllers | ||
conversation/info | ||
dagger/modules | ||
data | ||
events | ||
extensions | ||
interfaces | ||
jobs | ||
messagesearch | ||
models | ||
polls | ||
presenters | ||
receivers | ||
remotefilebrowser | ||
repositories | ||
shareditems | ||
signaling | ||
ui | ||
upload | ||
users | ||
utils | ||
webrtc |