Zoom is returning a “Signature is Invalid” error for our draft app “AI Notetaker”. We have strong reason to believe this a bug on zoom’s end. We can provide more information about generating the meeting signature but we’re sure the error isn’t coming from there.
Our JWT code works fine if we make it as a Meeting SDK app through “Create Legacy App”; the Signature is invalid error only happens through creating a normal zoom app and toggling on the Meetings SDK. I’m sure the signature is being calculated correctly.
// Your Zoom API key and secret
$apiKey = ‘G8Sde-----------------’;
$apiSecret = ‘ie7rRl2-----------------’;
$meetingNumber=$data[‘meetingNumber’];
$role=$data[‘role’];