mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-29 06:12:39 -06:00
Reverted back to original
This commit is contained in:
parent
b59e57cf9a
commit
f2f3ec5ba0
2 changed files with 5 additions and 26 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue