linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] multicall - resume call (iphone)


From: hanson
Subject: [Linphone-developers] multicall - resume call (iphone)
Date: Wed, 22 Jun 2011 17:26:11 +0800 (CST)

Hi All,

The linphone app exists when invoke the method  linphone_core_resume_call... any idea?

 can i directly call linphone_core_resume_call after pausing a call, or any other way. thanks a lot!

operations:
1. pause a existing call linphone_core_pause_call(......
2. resume a call linphone_core_resume_call(.....,   the program exists.
i am wonder if linphone_core_get_current_call([LinphoneManager getLc] will return nil?

below are my code.
-(IBAction)hold:(id)sender{
    linphone_core_pause_call([LinphoneManager getLc],linphone_core_get_current_call([LinphoneManager getLc]));
}
-(IBAction)resume:(id)sender{
    linphone_core_resume_call([LinphoneManager getLc],linphone_core_get_current_call([LinphoneManager getLc]));  
}




reply via email to

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