diff --git a/ios/app/src/ViewController.m b/ios/app/src/ViewController.m index 46274cb9d..c3267f2d6 100644 --- a/ios/app/src/ViewController.m +++ b/ios/app/src/ViewController.m @@ -42,11 +42,11 @@ - (void)_onJitsiMeetViewDelegateEvent:(NSString *)name withData:(NSDictionary *)data { -#if DEBUG NSLog( @"[%s:%d] JitsiMeetViewDelegate %@ %@", __FILE__, __LINE__, name, data); +#if DEBUG NSAssert( [NSThread isMainThread], @"JitsiMeetViewDelegate %@ method invoked on a non-main thread",