TwilioDevEd / video-access-token-server-php

Twilio Video server-side web app in PHP
MIT License
26 stars 26 forks source link

unable to connect to the server using php package #14

Closed pouriabagheri closed 7 years ago

pouriabagheri commented 7 years ago

I am following the given instructions. but it seems there is an issue with access token as <div id="room-controls"> stays invisible. P.S. I have tried node.js sample and it works with no problem. so, I anticipate the problem is in the php package.

pouriabagheri commented 7 years ago

seems the problem was with $.getJSON('/token', function(data) in quickstart.js which you already fixed. cheers.