twilio / voice-quickstart-server-php

Voice Quickstart Server in PHP
MIT License
8 stars 19 forks source link

Can me get this variabe By the user #9

Open WaseemNajib opened 4 years ago

WaseemNajib commented 4 years ago

Can me get this variabe By the user entered in user interface $ACCOUNT_SID = 'AC'; $API_KEY = 'SK'; $API_KEY_SECRET = ''; $PUSH_CREDENTIAL_SID = 'CR'; $APP_SID = 'AP*

bobiechen-twilio commented 4 years ago

Hi @WaseemNajib

Please follow the instructions here. This should guide you from generating a Push Credential SID to embedding the SID in your access token.