Can Server-to-Server OAuth credentials be used for Meeting SDK (Web) signature signing?

Hello,

We have a Server-to-Server OAuth app set up and working - we’re successfully using it to call the REST API (e.g. listing users).

We now want to embed meetings with the Meeting SDK for Web, which requires generating a signature.

My question: Can we use the same credentials (our existing Server-to-Server OAuth app’s Client ID / Client Secret) to sign the Meeting SDK signature? Or, can we create a Web SDK app and then use the credentials for that to call the APIs? Or are 2 apps required?

Thank you

@tcsteve you can use 1 General app to generate the signature and call APIs.

If there are specific scopes which are only available in S2S, then will need 2 apps.