Skip to content

Chat request accept/reject not working #1381

@pratikpatan

Description

@pratikpatan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions