cometchat / chat-sdk-javascript

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

setSearchKeyword function not available in SDK #31

Closed williamcruzme closed 5 years ago

williamcruzme commented 5 years ago
let usersRequest = new CometChat.UsersRequestBuilder()
.setLimit(limit)
.setSearchKeyword("abc")
.build();

This code return:

Unhandled promise rejection TypeError: (intermediate value).setSearchKeyword is not a function
mayur-bhandari commented 5 years ago

Hello @williamcruzme , the function name is setSearchKeyWord() and not setSearchKeyword(). Thank you for pointing out, it was misspelled in the documentation. I have changed the documentation.