[apac.errorcodes_fail] - 会議に参加するために失敗します。

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.

https://jjmcp-seminar2023.gakujyutsusha.jp/zoom/meeting.html?name=5a2m6KGT44CA5aSq6YOOX2dhazk5OQ%3D%3D&mn=83686072160&email=aW5mb0B0YW5ha2EtY3MuY28uanA%3D&pwd=774989&role=0&lang=jp-JP&signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzZGtLZXkiOiJuUE1HZXdha3MxSHBYN3NuOFE2VWJybHhTalQ3blhxVVcwM2giLCJtbiI6ODM2ODYwNzIxNjAsInJvbGUiOjAsImlhdCI6MTY5NTA5MTQzMywiZXhwIjoxNjk1MDk4NjMzLCJhcHBLZXkiOiJKRlRieWt0ZHZFVUFjaXlwSXNSTDdKNFZRUE81azgyY1lVd1MiLCJ0b2tlbkV4cCI6MTY5NTA5ODYzM30.dV7TkeyYCc5d6EfvH0i8QAaPvATQRQY2p4N2hHBnGYs&china=0&sdkKey=nPMGewaks1HpX7sn8Q6UbrlxSjT7nXqUW03h

Description
Details on your question, workflow or the problem you’re trying to solve.
自作のZoomWebアプリです。

エラー
[apac.errorcodes_fail] - 会議に参加するために失敗します。
が発生します。

どのような場合にこのエラーが起きるのでしょうか?

https://source.zoom.us/2.9.5/

を利用しています。

以前(2023年5月頃)は上手く動いていました。
同じ処理のまま、特に変更していないつもりです。

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

@hidemune ,

There seems to be some signature error with your JWT Token.
Could you share how you are generating it?

Also the appkey and sdkkey are 2 different values. Do use the SDKKey or ClientID from your Meeting SDK app.

I saw the following description.

Zoom has deprecated JWT apps on June 1, 2023. The end-of-life for JWT apps will be September 8, 2023.

I will proceed with the OAuth implementation.

Thank you.

1 Like