Yahoo Web Search

Search results

  1. Aug 7, 2024 · Hi Team, I used the correct SDK Key and Secret from your Zoom App credentials. App Credentials Client ID OhOVnsNrTracgsTUpj5jGg Client Secret redacted

  2. Jul 19, 2024 · 84481362651. @zoom312 this meeting belongs to an external user, you cannot join an external meeting with Meeting SDK unless your Meeting SDK App is published.

  3. Nov 9, 2023 · Here is the Python Script I used to generate the JWT for reference as well . key= "YOUR SDK KEY HERE" secret= "YOUR SDK SECRET HERE" iat = float(int(time.time())) exp ...

  4. Mar 10, 2020 · Description We are currently using the API to create meetings and then using the join_url from the response to create a button for the user to click on to join the meeting which is working fine. We have also recently added Single sign-On which is also working fine. However when a user who is authenticated in the IDP but not yet logged into zoom uses the join_url it takes them to the waiting ...

  5. Jul 15, 2024 · Hi Team, I have integrated zoom meeting sdk in one of my android app couple years ago . Now doing it for another app, but I can see sdk has changed alot since then. Tried to install it but getting ZOOM_ERROR_AUTHRET_TOKENWRONG OR ZOOM_ERROR_INVALID_ARGUMENTS. I am not sure where i am going wrong. I am doing simple inegration where user can simply join zoom meeting with URL with guest login in ...

  6. Oct 21, 2020 · If you’re using a native Zoom client/app, you should be able to start a meeting with the start_url, without logging in first, as long as you have the meeting’s settings such that authentications is not required to join. In the API, this setting is within the meeting settings object: "enforce_login": false. Let me know if this helps, Will

  7. Jul 9, 2020 · Hey @Bright,. Let me know if this clears up the confusion. If you are logged into your browser as the meeting host, and click on the participants unique registration join_url, or a constructed join_url, you will be admitted to the meeting, but as the host / creator of the meeting since your Zoom session overrides the participant join url.

  8. Aug 26, 2024 · use the same account to create the meeting and join the meeting. If “use the same account to join the meeting” actually means “use zoom app credentials to join the meetings through my app”, then yes, this way users from your app can join different meetings. In my case, for example, this is how teachers run online classes for different ...

  9. Dec 8, 2020 · An instant meeting requires the user to be logged into the SDK and starting a meeting requires the user to either be logged in or use a ZAK token associated with their Zoom account. Thanks! vipin.rai (Vipin ) April 21, 2021, 10:04am

  10. Aug 12, 2024 · Hey there, So I just got my app approved for publishing, but I will be using it as an unlisted app. I just tested to see if it was possible to join meetings from an external account and got MeetingFailCode 63. I should note that my app was approved minutes ago, so not sure if I need to wait a bit of time before it would work. To give some context, my app is a headless Linux bot build from the ...