Zoom SDK 2.9.7 component view possible bug

@it17,
Thank you for posting on the Zoom Developer Forum and sorry for the missed response. I see you are using the Meeting SDK 2.9.7 component view and have a problem when the meeting starts after the user tries to join. I’ve seen reports of similar behavior in the past where clicking on join the meeting again without refreshing the page causes unintended behavior. We recently introduced an API to destroy the Component View client to allow re-creation from scratch. Here is the link to the changelog and the Component View documentation for your reference:

DestroyClient Changelog

destroyClient

When attempting to rejoin meeting without refreshing the page, can you try the following approach:

  1. Upon leaving, destroy the client.
  2. When returning back to the angular page/component, create the client and initialize again.

Please let us know if this helps.