Unify call screen methods, use UIViewController

This commit is contained in:
ismailgulek
2021-04-02 14:22:03 +03:00
parent a0cee4208b
commit a10e65d533
10 changed files with 71 additions and 214 deletions

View File

@@ -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)