Create Meeting Returns "NULL"

Package : Zoom Pro

I created meetings via on Web API , and my meetings created successfully. but i didn’t get SUCCESS code. always it return NULL value. What is the reason behind of it ?

API URL

Array Data

array (size=12)

‘host_video’ => boolean false
‘participant_video’ => boolean false
‘waiting_room’ => boolean true
‘audio’ => string ‘voip’ (length=4)
‘join_before_host’ => boolean false
‘mute_upon_entry’ => boolean true
‘approval_type’ => int 1
‘registration_type’ => int 1
‘registrants_confirmation_email’ => boolean true
‘registrants_email_notification’ => boolean true
‘allow_multiple_devices’ => boolean false
‘show_share_button’ => boolean false

array (size=7)
‘topic’ => string ‘My Topic’ (length=8)
‘type’ => int 2
‘timezone’ => string ‘Asia/Calcutta’ (length=13)
‘agenda’ => string ‘Des’ (length=3)
‘start_time’ => string ‘2020-11-21T11:01:00’ (length=19)
‘duration’ => string ‘1’ (length=1)
‘settings’ =>
array (size=12)
‘host_video’ => boolean false
‘participant_video’ => boolean false
‘waiting_room’ => boolean true
‘audio’ => string ‘voip’ (length=4)
‘join_before_host’ => boolean false
‘mute_upon_entry’ => boolean true
‘approval_type’ => int 1
‘registration_type’ => int 1
‘registrants_confirmation_email’ => boolean true
‘registrants_email_notification’ => boolean true
‘allow_multiple_devices’ => boolean false
‘show_share_button’ => boolean false

Hey @sameera

Are you able to share the request URL that you’re using? I want to make sure the correct values are passed for the userId. You can see more information on this issue here:

Thanks,
Max

3 Likes

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