linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Dismissing IncallViewController on iOS 5


From: Roman König | BEL NET GmbH
Subject: Re: [Linphone-developers] Dismissing IncallViewController on iOS 5
Date: Tue, 11 Sep 2012 08:04:36 +0000

I am blind. 

Just needed to set the VC as the CallDelegate, that presents the IncallViewController. 

So if someone sticks to the same problem, just add this line of code before you display the IncallViewController from your ViewController:

[[LinphoneManager instance] setCallDelegate:self];

To use your VC as a CallDelegate, you have to add the LinphoneUICallDelegate methods to your VC.m file and of course LinphoneUiCallDelegate into the header of your VC.h file.


Von: Roman König <address@hidden>
Antworten an: "address@hidden" <address@hidden>
Datum: Dienstag, 11. September 2012 09:05
An: "address@hidden" <address@hidden>
Betreff: Re: [Linphone-developers] Dismissing IncallViewController on iOS 5

Just to add some information to my question:

Everything works fine, i mean starting a call, ending a call. But in this procedure after the last call terminated, the IncallViewController doesn't disappear. Is the IncallViewController somehow special connected to the PhoneViewController ?


Von: Roman König <address@hidden>
Antworten an: "address@hidden" <address@hidden>
Datum: Montag, 10. September 2012 16:37
An: "address@hidden" <address@hidden>
Betreff: [Linphone-developers] Dismissing IncallViewController on iOS 5

Hello,

I'm working on an Iphone application that merges the SIP-Functionality with other Client-Server Functionalities. Now I have a problem and need a more decisive description about how it works to finish a call. I mean I can start a call from another ViewController with a generated SIP-address and present the IncallViewController from that ViewController(VC). But how did you do the trick, that the IncallViewController by finishing the last call will be dismissed. That's how it works with your PhoneViewController. But I can't enable that with other VC's. 
Can you explain that more in detail how it works?

If you need more explanation from my side, just tell me.

Any explanation will be appreciated.
Thank you in advance!

Roman.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]