ConnectyCube / connectycube-reactnative-samples

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

Creating private dialog returns error ["Occupants_ids is missing opponent ID."] #181

Closed mikeangelsilva closed 3 years ago

mikeangelsilva commented 3 years ago

tried creating a private dialog but returns error.

im using this code.

const params = { type: 3, occupants_ids: [3175426], };

ConnectyCube.chat.dialog .create(params) .then((dialog) => {}) .catch((error) => {});

image

please help thank you.

ccvlad commented 3 years ago

Does the user with id = 3175426 exist?

mikeangelsilva commented 3 years ago

fixed. thanks

sagarpatel288 commented 3 years ago

Does the user with id = 3175426 exist?

How to check that 😬

sagarpatel288 commented 3 years ago

fixed. thanks

How did you fix it? 😬