Description
I have generated a signature on the server-side and tried to use it inside ‘join’ method of a web SDK, but the response is always either a “The signature has expired.” or “The signature is invalid.”.
I am working in C# and provided example for C# isn’t valid. The change that I made is in calculating epoch time - DateTimeOffset.UtcNow.ToUnixTimeSeconds()
When I use provided example, I get “The signature is invalid.”, but with my change, it is expired.
Browser Console Error
type: ‘JOIN_MEETING_FAILED’, reason: ‘The signature has expired.’, errorCode: 3705
Which Web Meeting SDK version?
2.0.1