Remove unused code

This commit is contained in:
ismailgulek
2021-04-07 15:49:01 +03:00
parent d3ccb1f867
commit 9ccfbbf5a8
@@ -277,20 +277,6 @@ 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)