The jwt tokens produced from this process on my cloud server don't seem to be valid. I get an error when trying to connect to a VideoConversation utilizing the generated twilio JWT token from this library.
If I run a node.js server locally and generate with the same exact accountSID, key, secret, config profile I get a valid JWT token that when copy and pasted into my iOS sample I can connect to a twilio video chat room.
error is: "Invalid access token"
The jwt tokens produced from this process on my cloud server don't seem to be valid. I get an error when trying to connect to a VideoConversation utilizing the generated twilio JWT token from this library.
If I run a node.js server locally and generate with the same exact accountSID, key, secret, config profile I get a valid JWT token that when copy and pasted into my iOS sample I can connect to a twilio video chat room.
error is: "Invalid access token"