Reverted back to original

This commit is contained in:
Koushik-Ayila 2020-09-01 16:50:11 +05:30
parent f2f3ec5ba0
commit 4db015960b
2 changed files with 2 additions and 1 deletions

View file

@ -34,7 +34,7 @@ var client = new plivo.Client('MAMDJMMTEZOWY0ZMQWM2', 'OTljNmVmOGVkNGZhNjJlOWIyM
// console.error(err);
// });
client.multiPartyCalls.addParticipant('agent', {"friendlyName" : "TestMPC", 'from' : '+919090909090', 'to': 'sip:koushikqa119062465586783372208@phone-qa.voice.plivodev.com'}).then(function (response) {
client.multiPartyCalls.addParticipant('agent', {'friendlyName' : 'TestMPC', 'from' : '+919090909090', 'to': 'sip:koushikqa119062465586783372208@phone-qa.voice.plivodev.com'}).then(function (response) {
console.log(response);
}, function (err) {
console.error(err);