We just received an email titled “Action required: Migrate Legacy Meeting SDK Key and Secret”. We were not aware of this change. We are currently using the SDK Credentials for SDK authentication and we are using App Credentials for API access (such as OAuth authentication).
We have begun testing migrating over to using App Credentials for the Meeting SDK authentication, but it always returns a tokenWrong error, even though the code logic for generating the JWT has not changed, only the values of the key and secret. This is specifically the result of calling MobileRTC.shared().getAuthService().sdkAuth().
We validated the logic against the instructions and cannot find any issues. Is there a reason why the SDK credentials would work but the App Credentials would not? There is no indication in the migration guide that there is a change to the logic in how JWT tokens should be generated.