ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

Chat Dialog #152

Closed krishna11124 closed 3 years ago

krishna11124 commented 3 years ago

Hello Team, Is There Any Way To Filter Chat Dialog With PhoneBook Name & Filter Contacts With Phone Book ??

DaveLomber commented 3 years ago

There is no way to filter chat dialog with phone book name

All the filters are available here https://developers.connectycube.com/server/chat?id=parameters

krishna11124 commented 3 years ago

Any Way Available For Filter User With PhoneBook???

DaveLomber commented 3 years ago

there is a way to get users by phone number

DaveLomber commented 3 years ago

Just user users.get

DaveLomber commented 3 years ago

https://developers.connectycube.com/js/authentication-and-users?id=retrieve-user-by-phone-number

krishna11124 commented 3 years ago

I Integrate Your Code It is Given

Retriveuser error is-->{"code":422,"info":{"errors":{"id":["should be a positive integer"]}}}