cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

Deallocating or setting the SDK to nil is not working

Prabup
Explorer
Explorer

MobileRTCSDKInitContext *context = [MobileRTCSDKInitContext new];

 context.domain = @"zoom.us";

 context.enableLog = YES;

  BOOL sdkInitSucss = [[MobileRTC sharedRTC] initialize:context];

  if (sdkInitSuc) { 

MobileRTCAuthService *authService = [[MobileRTC sharedRTC] getAuthService];

    if (authService) {

     authService.delegate = self;

     authService.jwtToken =@"JWT_TOKEN";

      [authService sdkAuth];

    }

Once the MobileRTCSDKInitContext is initialized successfully, subsequent attempts to reinitialize the SDK fail. This means that the SDK can only be initialized once per session. If the app is terminated and relaunched, the SDK initialization will succeed again. 

0 REPLIES 0