fix(typing-indicator): send typing status to peers upon joining
This commit is contained in:
parent
3413f37d8c
commit
5f7b8b2ffc
@ -250,6 +250,8 @@ export function useRoom(
|
||||
isTyping: false,
|
||||
},
|
||||
])
|
||||
|
||||
sendTypingStatusChange({ isTyping }, peerId)
|
||||
} else {
|
||||
const oldUsername =
|
||||
peerList[peerIndex].customUsername || getPeerName(userId)
|
||||
|
Loading…
Reference in New Issue
Block a user