Question
The meeting number is wrong.
I am following zoom/meetingsdk-vuejs-sample, but I am getting the error "The meeting number is wrong.".
I have created the room, and filled in the correct config.
My signature : "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzZGtLZXkiOiJWWm04UzhrNVF4MmpOM0hicjlTQkxnIiwiaWF0IjoxNzA4Njg1Mzc2LCJleHAiOjE3MDg2OTI1NzYsImFwcEtleSI6Il ZabThTOGs1UXgyak4zSGJyOVNCTGciLCJ0b2tlbkV4cCI6MTcwODY5MjU3Nn0.FarzWuYSSCwZ5HPVsl_hWijri6cOrLddAA-28MVBdZc"
My config:
var authEndpoint = 'http://localhost:9999'
var sdkKey = 'VZm8S8k5Qx2jN3Hbr9SBLg'
var meetingNumber = "83075661447"
var passWord = '9999'
var role = 0
var userName = 'nhannd99'
var userEmail = '***********'
var registrantToken = ''
var zakToken = ''
var leaveUrl = 'http://localhost:5170/'
Looking forward to the support of the anyone. Thank you very much.
