Your-connection-has-timed-out-and-you-cannot-join-the-meeting in Pro Account

Description
I was trying to use zoom in my create-react-app but in my app when i try to start app using npm start the npm stop and give me these errors. I also upgraded the account

Error
Starting the development server…

<— Last few GCs —>

[3892:000002704C32A5E0] 68019 ms: Mark-sweep 1371.4 (1425.8) -> 1370.8 (1425.8) MB, 2693.3 / 0.0 ms (average mu = 0.090, current mu = 0.005) allocation failure scavenge might not succeed
[3892:000002704C32A5E0] 70882 ms: Mark-sweep 1371.7 (1425.8) -> 1371.3 (1425.8) MB, 2847.1 / 0.0 ms (average mu = 0.049, current mu = 0.005) allocation failure scavenge might not succeed

<— JS stacktrace —>

==== JS stack trace =========================================

0: ExitFrame [pc: 000000B42A65C5C1]

Security context: 0x03f1a2a1e6e9
1: newline [000002D6DC638C49] [E:\client\monaia\node_modules@babel\generator\lib\printer.js:~115] [pc=000000B42B1A8942](this=0x01d728b82331 ,i=0x02d55e5826f1 )
2: arguments adaptor frame: 0->1
3: BlockStatement [0000036B9E6F2DC1] [E:\client\monaia\node_modules@babel\generator\lib\generators\base.js:~…

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
1: 00007FF725C3DD8A v8::internal::GCIdleTimeHandler::GCIdleTimeHandler+4506
2: 00007FF725C18886 node::MakeCallback+4534
3: 00007FF725C19200 node_module_register+2032
4: 00007FF725F330DE v8::internal::FatalProcessOutOfMemory+846
5: 00007FF725F3300F v8::internal::FatalProcessOutOfMemory+639
6: 00007FF726119804 v8::internal::Heap::MaxHeapGrowingFactor+9620
7: 00007FF7261107E6 v8::internal::ScavengeJob::operator=+24550
8: 00007FF72610EE3C v8::internal::ScavengeJob::operator=+17980
9: 00007FF726117B87 v8::internal::Heap::MaxHeapGrowingFactor+2327
10: 00007FF726117C06 v8::internal::Heap::MaxHeapGrowingFactor+2454
11: 00007FF726241EA7 v8::internal::factory::NewFillerObject+55
12: 00007FF7262BF096 v8::internal::operator<<+73494
13: 000000B42A65C5C1
npm ERR! code ELIFECYCLE
npm ERR! errno 134
npm ERR! monaia@0.1.0 start: react-scripts start
npm ERR! Exit status 134
npm ERR!
npm ERR! Failed at the monaia@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\haroon traders\AppData\Roaming\npm-cache_logs\2020-06-03T15_24_36_324Z-debug.log

Then i clone zoom react project from github and and add Api_key and Secrect_Key in local directory but when i run the the app it click join meeting button it give me connection timeout error then i upgrade the account to pro it still give that connection timeout error plus in my own created app it stop the cmd and give the above error.

Which version?
My Own Created App versions…
@zoomus/websdk”: “^1.7.8”,
“jquery”: “^3.4.1”,

Screenshots
This the error which i get in my own app when i start the project.

Hey @asantech555,

Have you double checked the following:

Thanks,
Tommy