Reverted back to original

This commit is contained in:
Koushik-Ayila 2020-09-01 16:39:44 +05:30
parent b59e57cf9a
commit f2f3ec5ba0
2 changed files with 5 additions and 26 deletions

View file

@ -34,7 +34,7 @@ var client = new plivo.Client('MAMDJMMTEZOWY0ZMQWM2', 'OTljNmVmOGVkNGZhNjJlOWIyM
// console.error(err);
// });
client.multiPartyCalls.addParticipant({'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);