talk-android/app/src/main/java/com/nextcloud/talk/events
Daniel Calviño Sánchez 9f445efc1c Post event when a participant is connected and disconnected
RTCPeerConnections have several states but, for simplicity, for now the
events posted reflect only if the connection is fully established or
not (which includes both a broken connection or an established
connection that is unstable or being updated), which is enough for a
basic information about the connection state in the UI.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-18 23:25:57 +02:00
..
CallNotificationClick.kt reformat kotlin code to comply with ktlint 2021-04-27 18:16:51 +02:00
CertificateEvent.java Reformat 2019-02-15 01:49:57 +01:00
ConfigurationChangeEvent.java remove default constructors (generated by the compiler) and simplify if-statements of equals-methods 2021-04-29 16:37:57 +02:00
ConversationsListFetchDataEvent.kt modify copyright headers authors 2022-02-16 11:34:10 +01:00
EventStatus.java remove default constructors (generated by the compiler) and simplify if-statements of equals-methods 2021-04-29 16:37:57 +02:00
MediaStreamEvent.java remove default constructors (generated by the compiler) and simplify if-statements of equals-methods 2021-04-29 16:37:57 +02:00
MoreMenuClickEvent.java remove default constructors (generated by the compiler) and simplify if-statements of equals-methods 2021-04-29 16:37:57 +02:00
NetworkEvent.java remove default constructors (generated by the compiler) and simplify if-statements of equals-methods 2021-04-29 16:37:57 +02:00
OpenConversationEvent.kt modify copyright headers authors 2022-02-16 11:34:10 +01:00
PeerConnectionEvent.java Post event when a participant is connected and disconnected 2022-09-18 23:25:57 +02:00
SessionDescriptionSendEvent.java remove default constructors (generated by the compiler) and simplify if-statements of equals-methods 2021-04-29 16:37:57 +02:00
UserMentionClickEvent.java remove default constructors (generated by the compiler) and simplify if-statements of equals-methods 2021-04-29 16:37:57 +02:00
WebSocketCommunicationEvent.java remove default constructors (generated by the compiler) and simplify if-statements of equals-methods 2021-04-29 16:37:57 +02:00