QuickBlox / quickblox-react-native-samples

quickblox-react-native-samples
BSD 3-Clause "New" or "Revised" License
17 stars 27 forks source link

Audio/Video call connection issue on react native iOS #46

Closed sayalichaware closed 1 year ago

sayalichaware commented 1 year ago

Hello developer, We have the website which include the javascript sdk of quickblox and the app with react native sdk. Audio or Video call is not getting connected when we have called iOS app user from the website user. It works when we call website user from app.

For android platfom it works in both the cases.

Using latest sdk in App.

Please help to provide a solution.

Thanks

VladimirNybozhinsky commented 1 year ago

@sayalichaware This is Vladimir from QuickBlox.

Please try to reproduce the issue on our clear JS_WebRTC_Sample and clear RN_WebRTC_Sample (IOS) If the issue is reproduced, please provide us with the steps. You can learn how to enable the logs.

sayalichaware commented 1 year ago

Hello developer,

Can we delete or clear the conversation between two users. (Private dialog)?

VladimirNybozhinsky commented 1 year ago

@sayalichaware, this is Vladimir from QuickBlox. The steps to delete a private conversation between two users are described in the QuickBlox documentation under the Dialogs | Chat | React Native SDK section. You can also view an implementation of this case in our RN Chat Sample repository located at quickblox-react-native-samples/chat-sample on the QuickBlox GitHub page.