Join-Meeting - IE Support

https://marketplace.zoom.us/docs/sdk/native-sdks/web/advanced/join-meeting-ie

Where should I add this additional code?

Before
ZoomMtg.setZoomJSLib('https://dmogdx0jrul3u.cloudfront.net/1.7.5/lib', '/av'); ZoomMtg.preLoadWasm();

Thanks,
Nikolay

Hey @NKSM,

Add that to the top of your file.

For example,

Thanks,
Tommy

Hey,

Does not work in ie11, no video and audio only with phone call.

Also in chrome i get an error “Uncaught TypeError: Cannot read property ‘value’ or null”
var isSupportAv = !isIE && !!parseInt(document.getElementById('meeting_av').value);

Instead put in the documentation “no support for IE”.

Hi @NKSM,

IE does not support video or audio, it only supports phone call - https://marketplace.zoom.us/docs/sdk/native-sdks/web#features-across-browsers

I’ll have our Engineers take a look at this.

Let us know if you have any other questions.

Thanks