Add eventId parameter to delegates

This commit is contained in:
ismailgulek
2021-11-12 17:24:58 +03:00
parent 0de8f92309
commit 93f2fb024f
6 changed files with 17 additions and 12 deletions
+3 -1
View File
@@ -137,9 +137,11 @@ extern NSNotificationName const RoomGroupCallTileTappedNotification;
@param roomViewController the `RoomViewController` instance.
@param roomID the selected roomId
@param eventID the selected eventId
*/
- (void)roomViewController:(RoomViewController *)roomViewController
showRoomWithId:(NSString *)roomID;
showRoomWithId:(NSString *)roomID
eventId:(nullable NSString *)eventID;
/**
Tells the delegate that the user wants to start a direct chat with a user.