Skip to content

Commit

Permalink
chore: Remove test URL in the demo app.
Browse files Browse the repository at this point in the history
  • Loading branch information
msaelices committed Feb 19, 2019
1 parent d4f6fbd commit eeb5ce9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demo/app/app.ts
Expand Up @@ -4,12 +4,13 @@ import { initTwilio } from 'nativescript-twilio';
import { TwilioAppDelegate } from 'nativescript-twilio/delegate';

// Please fill these values
const accessTokenUrl = 'https://lin.ngrok.io/accessToken';
const accessTokenUrl = '';
const accessTokenHeaders = {
// 'Authorization': 'Token sometoken',
};

initTwilio(accessTokenUrl, accessTokenHeaders, 'Demo App');
initTwilio(accessTokenUrl, accessTokenHeaders);


if (application.ios) {
// register twilio app delegate in order to receive push notifications
Expand Down

0 comments on commit eeb5ce9

Please sign in to comment.