twilio / twilio-chat-demo-js

Programmable Chat API Demo Application for JavaScript
BSD 3-Clause "New" or "Revised" License
90 stars 94 forks source link

Unhandled promise rejection [ReferenceError: Can't find variable: unreadCount] #54

Closed xesun closed 2 years ago

xesun commented 3 years ago

channelUser.getUnconsumedMessagesCount().then(count => { console.log('unread', count); });