How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Tested on main (c68752b)
Scenario 1
- User A joins room
- User B joins room
- User B starts typing
- -> User A sees no typing indicator, although
startedTyping message is correctly received
Scenario 2
- User B joins room
- User A joins room
- User B starts typing
- -> User A now sees a typing indicator
From a quick look it seems that in scenario 1 the sessionId from User B is not correctly updated in the participant store, therefore participantsListTyping is not able to find participants that are typing. It seems to only work, if the session is active in the room already when joining, not when the session joins later on.
How to use GitHub
Tested on main (c68752b)
Scenario 1
startedTypingmessage is correctly receivedScenario 2
From a quick look it seems that in scenario 1 the sessionId from User B is not correctly updated in the participant store, therefore
participantsListTypingis not able to find participants that are typing. It seems to only work, if the session is active in the room already when joining, not when the session joins later on.