Implement call back action

This commit is contained in:
ismailgulek
2021-01-20 13:27:13 +03:00
parent 664a0e5ba8
commit 2b2873766f
+7
View File
@@ -2290,6 +2290,13 @@
[self showReactionHistoryForEventId:tappedEventId animated:YES];
}
}
else if ([actionIdentifier isEqualToString:kMXKRoomBubbleCellCallBackButtonPressed])
{
MXEvent *callInviteEvent = userInfo[kMXKRoomBubbleCellEventKey];
MXCallInviteEventContent *eventContent = [MXCallInviteEventContent modelFromJSON:callInviteEvent.content];
[self roomInputToolbarView:self.inputToolbarView placeCallWithVideo2:eventContent.isVideoCall];
}
else
{
// Keep default implementation for other actions