无法连接到 Twilio:打开失败
Could not connect to Twilio: open failed
在一个 Node.js 项目中,我使用 Twilio 进行视频连接,有时我会在触发呼叫时收到错误消息。日志里说Could not connect to Twilio: open failed
,我也在日志里监控网络,说打不开,还是连接不上。有人有这个问题吗?解决方案是什么?
// Join the Room with the token from the server and the
// LocalParticipant's Tracks.
Video.connect(resdata.token, connectOptions).then(roomJoined, function (error) {
log('Could not connect to Twilio: ' + error.message);
});
});
团体房间报告了一个事件,您可以等到它被修复。查看状态:https://status.twilio.com/incidents/2t0jh1jkxp39
在一个 Node.js 项目中,我使用 Twilio 进行视频连接,有时我会在触发呼叫时收到错误消息。日志里说Could not connect to Twilio: open failed
,我也在日志里监控网络,说打不开,还是连接不上。有人有这个问题吗?解决方案是什么?
// Join the Room with the token from the server and the
// LocalParticipant's Tracks.
Video.connect(resdata.token, connectOptions).then(roomJoined, function (error) {
log('Could not connect to Twilio: ' + error.message);
});
});
团体房间报告了一个事件,您可以等到它被修复。查看状态:https://status.twilio.com/incidents/2t0jh1jkxp39