Guest User

Untitled

a guest
Jul 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. if(currentCall.channel == 'VOICE') {
  2. say('Hello there Penn Apps participants and guests.');
  3. say('Even though I use the ' + currentCall.network + ' network, I can still get jiggy.', {voice: 'simon'});
  4. say('Have fun at Penn Apps mobile.', {voice: 'kate'});
  5. say('Adiós amigos.', {voice: 'carlos'});
  6. }
  7.  
  8. else if(currentCall.channel == 'TEXT') {
  9. say('You sent "' + currentCall.initialText + '" on the '+ currentCall.network + ' network.');
  10. }
Add Comment
Please, Sign In to add comment