I have searched through relevant topics, but i am unable to resolve.
I gave cloned both the react sample app and the meeting endpoint one.
have used general app type since the meeting sdk app type is not available anymore.
I am using the development credentials (client ID, Client Secret) in place of SDK Key and SDK secret.
I have also enabled meeting sdk on the general app type. its toggled on.
I havent made any changes to the code provided other than replacing client ID, Client Secret in env files. and replacing sdk key in react app with client ID.
I have scheduled a meeting and am using the meetings details filled in the react app.
The app works, signature is also generated. but when i press join meeting button. it gives error:
Joining Meeting Timeout or Browser restriction
Signature is invalid.
console log shows:
errorCode: 3712
errorMessage: “Signature is invalid.”
method: “join”
result: “Invalid signature.”
status: false
signature generated: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBLZXkiOiI2MUg4bmRkUVhxbEtpTkhMZFdDdXciLCJzZGtLZXkiOiI2MUg4bmRkUVhxbEtpTkhMZFdDdXciLCJtbiI6IjEyMzQ1Njc4OSIsInJvbGUiOjAsImlhdCI6MTcyNTg4OTkzNiwiZXhwIjoxNzI1ODk3MTM2LCJ0b2tlbkV4cCI6MTcyNTg5NzEzNn0.Hgxd9XJhueoT2mENljL-Kt39g_x7obgXpcMLvhyMB84
most of the issues listed direct towards app type being wrong for the mentioned error. but im using the suggestions mentioned in them. still getting same error.
please guide me.