IOS-Meeting SDK-Getting Permission error

Description

Unable to join meeting on sample app and getting following error

 AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID:7352 (
	0   AXRuntime                           0x00000001bb3cb0fc _AXGetPortFromCache + 800
	1   AXRuntime                           0x00000001bb3ccce0 AXUIElementPerformFencedActionWithValue + 700
	2   UIKit                               0x0000000225f7bec8 DDE6E0C5-2AC3-3C73-8CFE-BC88DE35BB5F + 1453768
	3   libdispatch.dylib                   0x00000001012c4b98 _dispatch_call_block_and_release + 32
	4   libdispatch.dylib                   0x00000001012c67bc _dispatch_client_callout + 20
	5   libdispatch.dylib                   0x00000001012ce66c _dispatch_lane_serial_drain + 832
	6   libdispatch.dylib                   0x00000001012cf408 _dispatch_lane_invoke + 408
	7   libdispatch.dylib                   0x00000001012dc404 _dispatch_root_queue_drain_deferred_wlh + 328
	8   libdispatch.dylib                   0x00000001012dba38 _dispatch_workloop_worker_thread + 444
	9   libsystem_pthread.dylib             0x00000001e5bb4f20 _pthread_wqthread + 288
	10  libsystem_pthread.dylib             0x00000001e5bb4fc0 start_wqthread + 8
)

Steps to reproduce
I downloaded sample meeting SDK app and use the following JWT token

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBLZXkiOiJQcHFxdmJNVFJQQ0d5WHM5Vk1xSWciLCJpYXQiOjE3MTc0OTkzODQsImV4cCI6MTcxNzUwNjU4NCwidG9rZW5FeHAiOjE3MTc1MDY1ODR9.T_SnYRQ0VXeKJ9L42oXV1LuzjXR1P_7jrY3ayl_VVVo

after launching the app I used join a meeting option and after entering the details of meeting which I schedule from same account I am getting error code 63 with above logs

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.