Quickblox Javascript Sdk + Angular + Webrtc - Chat Room Filter By Name Is Not Showing Up In Results After Creation By Another User
I am adding a chat client to my webRTC app and my issue comes when a chat room doesn't exist. One user logs in and looks to see if the chat room exists with a certain name. If it d
Solution 1:
are you sure about QB.chat.dialog.list(filters) ?
var filters = {type: 2,name: $scope.userParams.tag_list};
tag_list is an array, but name in a dialog is a string. https://quickblox.com/developers/Web_XMPP_Chat_Sample#Filters
Could you log on and show us them? By debug: {mode: 1} See https://quickblox.com/developers/Javascript#Configuration
Post a Comment for "Quickblox Javascript Sdk + Angular + Webrtc - Chat Room Filter By Name Is Not Showing Up In Results After Creation By Another User"