Where i can find meetings create by POST /users/{userId}/meetings?
After POST i receive:
array:16 [
“uuid” => “XXX”
“id” => XXX
“host_id” => “XXX”
“topic” => “AL1 TEST”
“type” => 1
“status” => “waiting”
“timezone” => “Europe/Warsaw”
“created_at” => “2020-03-22T19:00:01Z”
“start_url” => “https://XXX”
“join_url” => “https://XXX”
“password” => “XXX”
“h323_password” => “000000”
“pstn_password” => “000000”
“encrypted_password” => “UkxZNGJXejdGM0d4cVVLbFNHM3RHUT09”
“settings” => array:19 [
“host_video” => true
“participant_video” => true
“cn_meeting” => false
“in_meeting” => false
“join_before_host” => false
“mute_upon_entry” => false
“watermark” => false
“use_pmi” => false
“approval_type” => 2
“audio” => “both”
“auto_recording” => “none”
“enforce_login” => false
“enforce_login_domains” => “”
“alternative_hosts” => “”
“close_registration” => false
“registrants_confirmation_email” => true
“waiting_room” => false
“registrants_email_notification” => false
“meeting_authentication” => false
]
“code” => 201
]
but on my account i dont see creted meeting. I dont see when get list meeting via API too. Can you explain me what is wrong?
Second - key and secret key from acount (bottom page Settings) not work. I going to marketplace and create app. This keys im used for integration authentication. This is correct way?