cometchat / chat-sdk-javascript

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

Property 'createUser' does not exist on type 'typeof CometChat' #65

Closed gdinn closed 4 years ago

gdinn commented 4 years ago

image

I am developing a plugin for cometchat and on the web implementation I am having issues with the createUser method. The error is shown on the picture above.

The complete code that I used is below:

var user = new CometChat.User(options.uid); user.setName(name); CometChat.createUser(user, this.apiKey)

gdinn commented 4 years ago

I installed the 2.0.7-beta2 and vscode recognized the method.