• Resolved simonapprentice

    (@simonapprentice)


    I have 4 zoom users. When I select a meeting host other than the first selected, the first zoom user is shown as default selected at the post edit page and not the one that I have selected.

    wp-content/plugins/video-conferencing-with-zoom-api/includes/views/post-type/tpl-meeting-fields.php line 108

    I think that the following code

    selected( $users[0]->id, $user->id )

    must be replaced with

    selected( $meeting_fields['userId'], $user->id )

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Deepen

    (@j_3rk)

    @simonapprentice

    This should not matter because after you save the meeting and if it gets created you should not be able to update your meeting host by default unless something is wrong.

    The code you referred is kept it that way to select a first user on the page load and should not affect the page edit after created.

    carlosz28

    (@carlosz28)

    I’m having this same issue @j_3rk any idea on a potential fix? I have many more users but it defaults to the user at the top of the list. When I update the host to the correct one it doesn’t do anything. As a result, our user doesn’t see the meeting in their Zoom account and they can’t start the meeting either. Any guidance on this would be great, thanks.

    • This reply was modified 2 years ago by carlosz28.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug in selected meeting host at post edit page’ is closed to new replies.