You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When chat request sent from Web, app is not able to accept join request
Environment details
Info
Value
iOS Version
18.1
Quickblox iOS SDK version
2.20.0
QuickbloxWebRTC SDK version
3.1.0
Xcode Version
Xcode 16.1
Repro with our demo sample
e.g. does it happen with our demo sample? Yes
Did this work before?
Yes, it was working before.
Expected behavior
When any user sent connect request for the first time, app should able to accept that request. Even not working in your GitHub chat demo app as well.
Actual behavior
Currently, it goes to accept completion block, but nothing is happended.
self.dialog = self.chatManager.storage.dialog(withID: self.dialogID)
self.dialog?.joinWithCompletion { (error) in
if let error = error {
debugPrint("Error: \(error.localizedDescription)")
}
}
The text was updated successfully, but these errors were encountered:
When chat request sent from Web, app is not able to accept join request
Environment details
Did this work before?
Yes, it was working before.
Expected behavior
When any user sent connect request for the first time, app should able to accept that request. Even not working in your GitHub chat demo app as well.
Actual behavior
Currently, it goes to accept completion block, but nothing is happended.
The text was updated successfully, but these errors were encountered: