Web Using Meeting SDK to start the meeting but pop out error "errorCode 4003 Invalid Parameter"


Description
Web Using Meeting SDK to start the meeting but pop out error “errorCode 4003 Invalid Parameter”

Browser Console Error
errorCode
:
4003
reason
:
“Invalid Parameter”
type
:
“JOIN_MEETING_FAILED”

Which Web Meeting SDK version?
V3.1.6

Meeting SDK Code Snippets
client.join({
“sdkKey”: “XXX”, //confirmed is same as meeting sdk client id
“signature”: “eyJhbGciXXX”,
“meetingNumber”: “XX”,
“userEmail”: “XXX”,
“password”: “XXX”,
“userName”: “user1”,
“zak”: “XXX”
})

Device (please complete the following information):

  • Device:Macbook Pro
  • OS: macOS 11
  • Browser: Chrome
  • Browser Version 122.0.6261.111 (Official Build) (arm64)

@429333386 do you have a sample of the signature which you are using?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.