Closed avastamin closed 6 years ago
this is sample for the web-based package. in web-based (browserified packag) we are declaring the global Twilio.Chat.Client
as main entry point for the programmable chat.
for the nodejs package you should use Client
class from twilio-chat
package.
https://www.npmjs.com/package/twilio-chat if the package name is
twilio-chat
then how client initiation happening like this?So confusing documentation to me.