dongyu4908 2016-10-31 14:33
浏览 48

too long

I'm trying to use the Twilio Client on an AngularJS app. Server side is on Laravel PHP. I tested the Quickstart for PHP and I'm trying to adapt it to this actual case.

I created an endpoint on Laravel to get a capability token on angular -I'm getting it already- then:

vm.token = response.token;
vm.message = response.identity;

Twilio.Device.setup(vm.token);

Twilio.Device.ready(function(device){
   vm.message = "Twilio.Device ready";
});

Since nothing happened, I placed a button to verify the status of Twilio.Device

function deviceStatus(){
   vm.status = Twilio.Device.status();
}

The status is always returning OFFLINE. I already verified account id, token and Twiml app sid and everything is ok.

Am I doing something wrong? missing some step?

  • 写回答

1条回答 默认 最新

  • doujiongqin0687 2016-11-17 11:49
    关注

    Browser only allows media control when your site or domain has SSL, which access media controls like audio or video io

    If insecure the connection will be terminated.

    评论

报告相同问题?

悬赏问题

  • ¥15 C++ 头文件/宏冲突问题解决
  • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
  • ¥50 安卓adb backup备份子用户应用数据失败
  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
  • ¥15 请问Lammps做复合材料拉伸模拟,应力应变曲线问题
  • ¥30 python代码,帮调试
  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建
  • ¥15 数据可视化Python
  • ¥15 要给毕业设计添加扫码登录的功能!!有偿