Remove unused code

This commit is contained in:
ismailgulek 2021-04-07 15:49:01 +03:00
parent ce5f7d4d7c
commit da84d575f2
No known key found for this signature in database
GPG key ID: E96336D42D9470A9

View file

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