Unify call screen methods, use UIViewController

This commit is contained in:
ismailgulek
2021-04-02 14:22:03 +03:00
parent 7c6ec4882c
commit 0eecb59a26
10 changed files with 71 additions and 214 deletions
@@ -277,6 +277,20 @@ static const NSString *kJitsiDataErrorKey = @"error";
// Nothing to do
}
- (void)participantLeft:(NSDictionary *)data
{
// TODO: End call with some logic like below?
/*
[self.jitsiMeetView retrieveParticipantsInfo:^(NSArray * _Nullable participants) {
if (participants.count == 1)
{
}
}];
*/
}
- (void)conferenceTerminated:(NSDictionary *)data
{
if (data[kJitsiDataErrorKey] != nil)