here is image for console“没有有效的身份证明或身份验证票”
启动Sinch客户端时出现此错误。
var handleFail = function () { console.log("fail") }
const signUpObject = { "userId": 302 }
sinchClient.start(signUpObject).then(sinchClient.start.bind(sinchClient)).then(handleSuccess).fail(handleFail)
答案 0 :(得分:0)
由于它不是有效票证,您需要使用您的应用程序的密码秘密登录我们的后端。 https://www.sinch.com/docs/voice/javascript/#authentication