Is it possible to use Zoom Meeting SDK without embedded script in html?

We want to implement Zoom Meeting SDK app.
Now we are using Zoom Meeting SDK in React app with iFrame.
But when I read the manual it said: “iFrame is not supported”.
Why I use iFrame is we use React App that is SPA and sample app use embedded script in html file. So I can’t use more than 2 html file.
Is it possible to use Zoom Meeting SDK without embedded script in html?
Best regards, thank you.

Hi, @Rin0624,

Thank you for posting in the Zoom Developer Forum. When you say you are using Zoom Meeting SDK in React, can you confirm if you using our Sample React Meeting SDK :

Hi donte.S,

Thank you for replying.
I tried install that sdk, and debug it.
But that sdk not working.
When I remove line that “import { ZoomMtg } from ‘@zoomus/websdk’;” it works.
But when I add that line I can’t debug it.

OS: Windows10
npm: 6.14.10

This is error message:

> FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
>  1: 00007FF65A17192F napi_wrap+119119
>  2: 00007FF65A118A26 v8::internal::OrderedHashTable<v8::internal::OrderedHashSet,1>::NextTableOffset+38102
>  3: 00007FF65A119826 node::OnFatalError+438
>  4: 00007FF65A95671E v8::Isolate::ReportExternalAllocationLimitReached+94
>  5: 00007FF65A93E8D1 v8::SharedArrayBuffer::Externalize+833
>  6: 00007FF65A7F00AC v8::internal::Heap::EphemeronKeyWriteBarrierFromCode+1436
>  7: 00007FF65A7FB2F0 v8::internal::Heap::ProtectUnprotectedMemoryChunks+1312
>  8: 00007FF65A7F7E04 v8::internal::Heap::PageFlagsAreConsistent+3204
>  9: 00007FF65A7ED603 v8::internal::Heap::CollectGarbage+1283
> 10: 00007FF65A7EBC74 v8::internal::Heap::AddRetainedMap+2500
> 11: 00007FF65A80CFBD v8::internal::Factory::NewFillerObject+61
> 12: 00007FF65A57041F v8::internal::interpreter::JumpTableTargetOffsets::iterator::operator=+1295
> 13: 00007FF65ADAB8BD v8::internal::SetupIsolateDelegate::SetupHeap+546925
> 14: 00000147F724D2F4
> npm ERR! code ELIFECYCLE
> npm ERR! errno 134
> npm ERR! meetingsdk-sample-react@2.3.5 start: `react-scripts start`
> npm ERR! Exit status 134
> npm ERR!
> npm ERR! Failed at the meetingsdk-sample-react@2.3.5 start script.
> npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Hi, @Rin0624,

No, it is my understanding that SDK is dependent on scripts.

Can you share the snippet of the code in question ?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.