-
Notifications
You must be signed in to change notification settings - Fork 354
Open
Description
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)")
}
}
Metadata
Metadata
Assignees
Labels
No labels