cometchat / chat-sdk-javascript

Voice & Video Calling and Text Chat SDK for JavaScript/Web
Other
30 stars 24 forks source link

Call listners not working - javascript #25

Closed ghost closed 5 years ago

ghost commented 5 years ago
calllistner-compile error

Initially the call-listener function throws an error saying it would accept only string as its parameter and after removing the "cometchat.d.ts" file from the node modules, I see that none of the incoming listeners are working.

eg: when I make a call from my web app, the call works and rings, but if the attender attends it there is no response in the call listener. Also I do not get any incoming call as well.

You may also test other cases to make sure its working.

NOTE: am developing the web app in angular6+

mayur-bhandari commented 5 years ago

Hello @abilasharjunan,

We checked our app and it is working as expected. The code snippet you shared is insufficient to provide any support for your query. I request you to please share the full code block of addCallListener() implementation.

Also, Please follow the following link to know more about how to implement addCallListener(). link: https://prodocs.cometchat.com/docs/js-calling#section-receive-calls

mayur-bhandari commented 5 years ago

Closed due to inactivity.