Abaixo é apresentado um instantâneo da página Web tal como apareceu em 12/12/2024 (a última vez que o nosso crawler a visitou). Esta é a versão da página utilizada na classificação dos resultados da pesquisa. A página poderá ter sido alterada desde a última vez que foi colocada em cache. Para ver as alterações (sem os realces), aceda à página atual.
O Bing não é responsável pelo conteúdo desta página.
I’m testing zoom/meetingsdk-react-sample
I created a signature via zoom/meetingsdk-auth-endpoint-sample. However, when I joined the meeting, I received the error as shown.
My sdkKey: OhOVnsNrTracgsTUpj5jGg
My Signature: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBLZXkiOiJPaE9WbnNOclRyYWNnc1RVcGo1akdnIiwic2RrS2V5IjoiT2hPVm5zTnJUcmFjZ3NUVXBqNWpHZyIsIm1uIjoiOTQzMTQxNzg2MjkiLCJyb2xlIjoxLCJpYXQiOjE3MjMwMjYwOTAsImV4cCI6MTcyMzAzMzI5MCwidG9rZW5FeHAiOjE3MjMwMzMyOTB9.181ASb4XAIuRxxNMyhQL9cMfRiwlIXMMrPQE9MgUppI
Hi,
The “Invalid signature” error (errorCode: 3712) when joining a Zoom meeting with the Meeting SDK usually indicates a problem with the signature generation. Ensure you are using the correct SDK Key and Secret from your Zoom App credentials. Double-check the signature generation logic to confirm it follows Zoom’s guidelines, using the JWT format correctly. Also, verify that the server time where the signature is generated is synchronized with an NTP server, as JWTs are time-sensitive. Lastly, make sure the JWT payload contains all the necessary fields accurately.
Regards,
Bryce June