mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Unify call screen methods, use UIViewController
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user