We are using ConnectCube for the chat and video call service. please create an account in ConnectCube and change the ConnectCube config.
export const CC_CREDENTIALS = {
appId: ****,
authKey: '**********',
authSecret: '**********'
};
//react native project folder / config.js
Please find your API_URL from heroku hosting and change the API_URL in config file.
export const API_URL = "http://127.0.0.1:3333";