Explore typing notifications inspired by web

- First iteration
This commit is contained in:
Gil Eluard
2021-03-22 19:55:41 +01:00
parent f79eccdbb9
commit 17a92c5e2d
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.