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