mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-16 21:51:55 +03:00
7f51d45e9a
# Send start/stop typing Send "Typing" every 10 sec when there was a change Send stop typing: - when input is deleted - when there was no input during the 10s timer - when on leaving room # Receive start/stop typing Clear typing for participant after 15s if no start typing-message was received. Use userId instead sessionId to manage typing participants. This ensures participants are not shown multiple times when using multiple devices with the same user (multisession). To get the userId via websocket, SignalingMessageReceiver and WebSocketInstance had to be modified to pass the CallWebSocketMessage in case the signalingMessage.type is related to typing. Not sure if this is the best solution but didn't find any other way. Typing is not handled when the userId is of the own user (this could happen when using multiple devices) In case userId is null (which happens for guests), their sessionId is used as key for the typingParticipants map. # Other Disable setting for typing indicator when no HPB is used + Avoid crash in chat when no HPB is used. Signed-off-by: Marcel Hibbe <dev@mhibbe.de> |
||
---|---|---|
.. | ||
arrays.xml | ||
attrs.xml | ||
bool.xml | ||
colors.xml | ||
defaults.xml | ||
dimens.xml | ||
setup.xml | ||
strings.xml | ||
styles.xml |