Dear friend I create chat app in react native by connectycube but when 2 opponents connect to a dialog by this code message didnot send to server
msg.id = ConnectyCube.chat.send(opponentId, msg,(error)=>{
alert(JSON.stringify(error))
});
but when a opponent connect to chat and another opponent not connect message send work correctly