fix(typing-indicator): send typing status to peers upon joining

This commit is contained in:
Jeremy Kahn 2023-07-28 10:07:17 -05:00
parent 3413f37d8c
commit 5f7b8b2ffc

View File

@ -250,6 +250,8 @@ export function useRoom(
isTyping: false,
},
])
sendTypingStatusChange({ isTyping }, peerId)
} else {
const oldUsername =
peerList[peerIndex].customUsername || getPeerName(userId)