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

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Likes given
  • 1 Likes received

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