Explore typing notifications inspired by web

- First iteration
This commit is contained in:
Gil Eluard
2021-03-22 19:55:41 +01:00
parent ea8add1953
commit 2340c575d0
7 changed files with 375 additions and 49 deletions
@@ -48,6 +48,11 @@
*/
@property(nonatomic, readonly) RoomEncryptionTrustLevel encryptionTrustLevel;
/**
List of members who are typing in the room.
*/
@property(nonatomic, nullable) NSArray *currentTypingUsers;
/**
Check if there is an active jitsi widget in the room and return it.