Description
Our users experience crash when they tap the agree button on the disclaimer to a zoom meeting. So far, this crash seems to only occur when the users are in the waiting room and showing another view controller on top of zoom meeting screen.
Which iOS Meeting SDK version?
5.17.1
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Join a zoom meeting with disclaimer
- Tap the agree button on the disclaimer
Screenshots
Fatal Exception: NSInvalidArgumentException
0 CoreFoundation 0xecb28 __exceptionPreprocess
1 libobjc.A.dylib 0x2af78 objc_exception_throw
2 CoreFoundation 0x17deec +[NSObject(NSObject) _copyDescription]
3 UIKitCore 0xe5144c -[UIResponder doesNotRecognizeSelector:]
4 CoreFoundation 0x32300 ___forwarding___
5 CoreFoundation 0x173760 _CF_forwarding_prep_0
6 MobileRTC 0x39274 (Missing UUID fc824f401a273d0093e01a8b510a179d)
7 libdispatch.dylib 0x3dd4 _dispatch_client_callout
8 libdispatch.dylib 0x72d8 _dispatch_continuation_pop
9 libdispatch.dylib 0x1b1c8 _dispatch_source_latch_and_call
10 libdispatch.dylib 0x19d8c _dispatch_source_invoke
11 libdispatch.dylib 0x124b4 _dispatch_main_queue_drain
12 libdispatch.dylib 0x121b8 _dispatch_main_queue_callback_4CF
13 CoreFoundation 0x3751c __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
14 CoreFoundation 0x34218 __CFRunLoopRun
15 CoreFoundation 0x33968 CFRunLoopRunSpecific
16 GraphicsServices 0x34e0 GSEventRunModal
17 UIKitCore 0x22aedc -[UIApplication _run]
18 UIKitCore 0x22a518 UIApplicationMain
19 Whova 0x67458 main + 16 (main.m:16)
20 ??? 0x1abc12d84 (Missing)