Hi everyone,
I’m having an issue with the Swift demo for the Zoom SDK
I successfully set up the AuthService
with my jwtToken
. However, when I try to join a meeting by calling the function:
swiftCopy codemeetingService.joinMeeting(with: joinMeetingParameters)
I receive the following error in the logs:
cssCopy codenw_application_id_create_self NECP_CLIENT_ACTION_GET_SIGNED_CLIENT_ID [80: Authentication error]Failed to resolve host network app id
This error seems to be related to an authentication issue or a failure to resolve the network app ID. As a result, I’m unable to join the call on the front-end.
Has anyone encountered this issue or have any ideas on what might be causing it? I haven’t been able to find any solutions online.
Thanks in advance for your help!