angularjs - Plivo events not registering -
i created sample application using plivo websdk in angular js through can recieve call on web browser. initate call using node server works fine.
when integrated sample code project connecting plivo not not registering events whenever call triggered not performing task.
this project integrated plivo logs.events not registered.it stops after printing os version , "plivo client connected.." , ends.
while in sample app prints following logs.
i not able figureout missing becoz of events not getting registered,what can possible scenario.can please help.thanks
i found solution,actually in sample app passing data like:
{ "plivo_sip_credentials":{ "username":"abc", "password":"sdfg345" } }
but in actual application did silly mistake , directly passing object.plivo_sip_credentials like:
{ "username":"abc", "password":"sdfg345" }
coz of connecting not registring events.
Comments
Post a Comment