create_call_sync
Description:
[ Version ( since = "1.6" ) ]
public Call create_call_sync (CallProperties properties, Cancellable? cancellable = null) throws Error
public Call create_call_sync (CallProperties properties, Cancellable? cancellable = null) throws Error
Synchronously creates a new Call in the modem.
The calling thread is blocked until a reply is received. See create_call for the asynchronous version of this method.
Parameters:
this |
A ModemVoice. |
properties |
A |
cancellable |
A Cancellable or |
Returns:
A newly created Call, or |