Format Your New Topic as Follows:
API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.
Description
Details on your question, workflow or the problem you’re trying to solve.
Meeting SDK を使用して Webinar の視聴画面を作成しようとしています。
すでに以前、JWTでシグネチャを生成する処理はあったのですが、
JWTが非推奨になり、対応を迫られています。
現状、
上記URLの処理がエラー発生します。
ミーティングの参加がタイムアウトしました。
会議に参加するために失敗します。
現在、Draft状態の Meeting SDK でテストをしようとしています。
Q1.
Zoom Authorization URL にアクセスして得たコードを、どのように利用したら良いか。
大量のドキュメントを読み込めていません。読むべきドキュメントを教えて下さい。
Q2.
→ Zoom Integration OAuth App Part 1 https://youtu.be/LY7jXL9FSqA
→ Zoom Integration OAuth App Part 2 https://youtu.be/ytkNxMyZ8_E
これは見ました。
Meeting SDK には、どのように応用するのでしょうか?
Error?
The full error message or issue you are running into, where applicable.
How To Reproduce
Steps to reproduce the behavior:
1. Request URL / Headers (without credentials or sensitive info like emails, uuid, etc.) / Body
2. Authentication method or app type
3. Any errors
Translation
Format Your New Topic as Follows:
API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.
Description
Details on your question, workflow or the problem you’re trying to solve.
I’m trying to create a webinar viewing screen using the Meeting SDK.
There was already a process to generate a signature with JWT, but
JWT has been deprecated and we need to take action.
current situation,
An error occurs when processing the above URL.
Meeting participation timed out.
Fail to join the meeting.
I’m currently trying to test the Meeting SDK in Draft state.
Q1.
How can I use the code obtained by accessing the Zoom Authorization URL?
Unable to load large number of documents. Please tell me which documents I should read.
Q2.
→ Zoom Integration OAuth App Part 1 https://youtu.be/LY7jXL9FSqA
→ Zoom Integration OAuth App Part 2 https://youtu.be/ytkNxMyZ8_E
I saw this.