Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Conference Call Not working #222

Open
Rabi-tech opened this issue Jul 3, 2020 · 1 comment
Open

Conference Call Not working #222

Rabi-tech opened this issue Jul 3, 2020 · 1 comment

Comments

@Rabi-tech
Copy link

Rabi-tech commented Jul 3, 2020

in my app one to one call working fine. but when i have to try make a conference call i am getting some problem... when i try to add another person on running call it is not working to make bridge the between them.
i have used this codes. please look at the code and help me out.

func conferenceButtonAction(_ sender: Any) {
self.callManager.startCall(toNumber: number, for: account! ) { (call, error) in
if error != nil {
DDLogWrapper.logError("Could not start call")
self.callButton.isEnabled = true
} else {
self.call = call
self.callManager.add(self.call!)
self.callManager.calls(for: account)
DispatchQueue.main.async {
//self.performSegue(withIdentifier: "toCall", sender: self)
self.navigationController?.popViewController(animated: false)
}
}
}
}

@fukemy
Copy link

fukemy commented Jun 26, 2021

i called start call but get any observer , did u solved this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants