Prabup
Explorer
Explorer
since ‎2024-02-06
‎2024-02-29

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Likes given
  • 1 Likes received
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 keep using 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!

User Activity

MobileRTCSDKInitContext *context = [MobileRTCSDKInitContext new]; context.domain = @"zoom.us"; context.enableLog = YES; BOOL sdkInitSucss = [[MobileRTC sharedRTC] initialize:context]; if (sdkInitSuc) { MobileRTCAuthService *authService = [[MobileRTC ...
In obj C, I have added a UIViewcontroller from which zoom sdk will be intiated in viewDidLoad method as below,// ZoomViewController.m@implementation ZoomViewController- (void)viewDidLoad { [super viewDidLoad]; [self setupSDK:@"MY_APP_JWT_TOKEN"];}- (...
Hello, I have tried to integrate meeting sdk into react native, but i don't any documents in the console , can you please provide the right document for the integration.Thank you
Likes from