无法连接到Twilio:打开失败

问题描述 投票:1回答:1

在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);
          });
        });
node.js twilio twilio-api
1个回答
0
投票

报告了团体会议室的事件,您可以等待直到解决。检查状态:https://status.twilio.com/incidents/2t0jh1jkxp39

© www.soinside.com 2019 - 2024. All rights reserved.