connectycube-reactnative-samples icon indicating copy to clipboard operation
connectycube-reactnative-samples copied to clipboard

Chat and Video Chat code samples for React Native, ConnectyCube

Results 12 connectycube-reactnative-samples issues
Sort by recently updated
recently updated
newest added
trafficstars

In debug and release build i run the video call sample project but unfortunately when app is in foreground and in killed state notifications and callkeep call option are not...

I am getting issue while connecting with ConnectyCube chat. Below function --> await ConnectyCube.chat.connect({ userId, password }) is not working properly due to that Listners for video calling like _OnCallListners...

const {userData, connectyCubeCredentials, isExpert} = useAuth(); const Navigation = useNavigation(); const {loadingOn, loadingOff} = useLoading(); const [message, setMessage] = useState(''); const [messages, setMessages] = useState([]); const [videoSession, setVideoSession] = useState({});...

Hey folks, Since yesterday, we are experiencing a odd behavior on the platform chat. Messages are not delivered, we can see the WebSocket is connected BUT after sunmitting, the WS...

@TatankaConCube , when i create group with two occupant ids {"items":[{"user":{"_id":"64edcb9d303009002ea5fcce","id":10551474,"created_at":"2023-08-29T10:42:37Z","updated_at":"2023-08-30T05:30:10Z","last_request_at":"2023-08-30T05:30:10Z","login":"Richa","email":"[email protected]","full_name":"Richa Shah","phone":"9016804343","custom_data":"{uuid: a014ef63-e94c-4eeb-b16b-f90e4c681fbf}","avatar":"https://main-court-demo122136-dev.s3.amazonaws.com/public/User/1693305744031191/1693305744031191.jpg","external_id":"a014ef63-e94c-4eeb-b16b-f90e4c681fbf","timezone":null,"website":null,"twitter_id":null,"external_user_id":null,"facebook_id":null,"user_tags":null,"is_guest":null}},{"user":{"_id":"64edcfb4303009002ea5fd83","id":10551524,"created_at":"2023-08-29T11:00:04Z","updated_at":"2023-08-30T05:32:13Z","last_request_at":"2023-08-30T05:32:13Z","login":"Bhumi","email":"[email protected]","full_name":"Bhumi Shah","phone":"9016121616","custom_data":"{uuid: a1c76c8f-d305-4857-bb45-9ba43993720a}","avatar":"https://main-court-demo.s3.amazonaws.com/images/User/User.p i am getting below error on send message Check you set participant and login to...

Hi, i just want to get the count of message received and send by user, and also outgoing and received calls

Hi @ccvlad. I hope you are doing well. In connectycube version 3.21.0 for react-native app, I am facing an issue here: async startCall(usersIds, callType, options = {}) { console.log({callType: callType});...

If the internet goes down, the chat gets disconnected and does not auto reconnect. Currently, I need to kill the app and open again in order to reconnect but I...

Please help us in the complete integration of CallKeep in our react-native application. We have already integrated the files and setup everything according to the documentation and !!RNVideoCHAT!! project. Please...

Upgraded: - React Native v0.74.2; - react-native-connectycube v3.30.0; - react-navigation; - react functional components; - other 3rd-party deps; Added: - iOS screen sharing support; - Android screen sharing support; -...