As host and attendee, Video not start at joining in 1.8.0

Description
As host and attendee, Video not start at joining meeting.
Version 1.7.10, video of host only starts.

Above situation is using instant meeting, created by Zoom API, POST /users/{userId}/meetings, with host_video=true and participant_video=true in setting option.

I need that video of host and attendee start at joining meeting, any solutions?

Which Endpoint/s or Web JS SDK?
ZoomMtg.join()

Which version?
Web SDK 1.8.0

Device information
OS: Windows10 2004
Browser: Chrome 84.0.4147.135

To Reproduce
Steps to reproduce the behavior:

  1. Create an instant meeting with Zoom API(POST /users/{userId}/meetings)
    with host_video=true and participant_video=true in setting option.
  2. ZoomMtg.init() and join() to meeting.
  3. Waiting a few seconds.

Screenshots
N/A

Additional context
Zoom Create API Result =>
array(16) {
[“uuid”]=>
string(24) “"
[“id”]=>
int(
)
[“host_id”]=>
string(22) “sXHqdTr6R96cJM9NI2EqTw”
[“host_email”]=>
string(22) "
"
[“topic”]=>
string(12) "
"
[“type”]=>
int(1)
[“status”]=>
string(7) “waiting”
[“timezone”]=>
string(10) “Asia/Tokyo”
[“created_at”]=>
string(20) “2020-08-26T08:46:07Z”
[“start_url”]=>
string(650) "https://us04web.zoom.us/s/76235371406?zak=
"
[“join_url”]=>
string(74) "https://us04web.zoom.us/j/76235371406?pwd=
"
[“password”]=>
string(10) "
"
[“h323_password”]=>
string(10) "
"
[“pstn_password”]=>
string(10) "
"
[“encrypted_password”]=>
string(32) “********************************”
[“settings”]=>
array(22) {
[“host_video”]=>
bool(true)
[“participant_video”]=>
bool(true)
[“cn_meeting”]=>
bool(false)
[“in_meeting”]=>
bool(false)
[“join_before_host”]=>
bool(false)
[“mute_upon_entry”]=>
bool(false)
[“watermark”]=>
bool(false)
[“use_pmi”]=>
bool(false)
[“approval_type”]=>
int(2)
[“audio”]=>
string(4) “voip”
[“auto_recording”]=>
string(4) “none”
[“enforce_login”]=>
bool(false)
[“enforce_login_domains”]=>
string(0) “”
[“alternative_hosts”]=>
string(0) “”
[“close_registration”]=>
bool(false)
[“registrants_confirmation_email”]=>
bool(true)
[“waiting_room”]=>
bool(false)
[“request_permission_to_unmute_participants”]=>
bool(false)
[“contact_name”]=>
string(16) "
"
[“contact_email”]=>
string(22) "
*************”
[“registrants_email_notification”]=>
bool(false)
[“meeting_authentication”]=>
bool(false)
}
}

*This post has been edited to remove any meeting / webinar IDs

Hey @dave.t,

With the Web SDK, the participants video will be off by default. This is because they are not using the Zoom app which allows the participants to opt in beforehand like in their Zoom Web Portal settings, or Zoom App settings.

Thanks,
Tommy

Hey @tommy

Thanks for your reply. I understood that the participants video is off by default.

For Host, with the Web SDK in version 1.8.0, can the video be on by default ?

Hey @dave.t,

I just tested and was not able to start a meeting with the Web SDK with the host video defaulted to on. So the host and participant video always default to off.

Thanks,
Tommy

Hey @tommy,

Now I understand that host and participant video is off by default.
I want to turn on host video by presetting in my web app, should I post this request to Feature Requests category ?

Thanks,
Dave.t

Hey @dave.t,

Yes, please add this as a feature request: #feature-requests

Thanks,
Tommy

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