[ Version ( since = "1.6" ) ]
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.
| this |
A ModemVoice. |
| properties |
A #CallProperties object with the properties to use. |
| cancellable |
A Cancellable or null. |
|
A newly created Call, or null if throws is set. The returned value should be freed with unref. |