Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat request accept/reject not working #1381

Open
pratikpatan opened this issue Dec 23, 2024 · 0 comments
Open

Chat request accept/reject not working #1381

pratikpatan opened this issue Dec 23, 2024 · 0 comments

Comments

@pratikpatan
Copy link

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)")
                }
            }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant