AccessDenied when try to enter to a meeting in a frame

I’m using Zoom API JWT. I create a meeting and I receive this response:

[uuid] => l4GVJH73RXXXXXcAvA==
    [id] => XXXX
    [host_id] => XXXX
    [host_email] => xxxx@gmail.com
    [topic] => Test
    [type] => 2
    [status] => waiting
    [start_time] => 2020-11-06T11:40:00Z
    [duration] => 50
    [timezone] => Europe/Rome
    [created_at] => 2020-11-06T11:40:44Z
    [start_url] => https://us05web.zoom.us/s/xxxx?zak=xxxx
    [join_url] => https://us05web.zoom.us/j/xxxx?pwd=xxxx
    [password] => xxxx
    [h323_password] => xxxx
    [pstn_password] => xxx
    [encrypted_password] => xxxx
    [settings] => stdClass Object
        (
            [host_video] => 
            [participant_video] => 
            [cn_meeting] => 
            [in_meeting] => 
            [join_before_host] => 1
            [mute_upon_entry] => 
            [watermark] => 
            [use_pmi] => 
            [approval_type] => 2
            [audio] => voip
            [auto_recording] => none
            [enforce_login] => 
            [enforce_login_domains] => 
            [alternative_hosts] => 
            [close_registration] => 
            [show_share_button] => 
            [allow_multiple_devices] => 
            [registrants_confirmation_email] => 1
            [waiting_room] => 
            [request_permission_to_unmute_participants] => 
            [registrants_email_notification] => 1
            [meeting_authentication] => 
            [encryption_type] => enhanced_encryption
        )

In html I print the frame containing zoom:

<iframe src="https://zoom.us/wc/".$meeting_data["id"]."/join" allow="microphone; camera; fullscreen" style="width: 500px; height: 500px;"></iframe>

In the frame appear the form Name + Captcha, but the submit of the form come back always to the same login form

Error
Chrome said: Failed to load resource: the server responded with a status of 403 ()
A lot of resource cannot be loaded, such as:
https://us05st1.zoom.us/static/94109/webclient/js/av-sdk/sharing_simd.min.js

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Hi @zubinmitia,

It looks like you’re trying to iFrame the join link for our Web Client, is that right? If so, I should note that we do not support iFraming the web client.

The correct way to integrate the Zoom Meeting experience is to use our Web SDK:

Thanks,
Will

Yes Will, I tryed just yesterday and SDK works fine.

So, I create Meeting with API and access via web via SDK.

Thanks for support.

Hi @zubinmitia,

That’s right—glad that will work for you. :slight_smile:

Best,
Will

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