- peerProfile
- the SIP profile to make the call to
- sipSession
- the Android.Net.Sip.SipSession for carrying out the call
- timeout
- the timeout value in seconds. Default value (defined by SIP protocol) is used if timeout is zero or negative.
Type Reason Android.Net.Sip.SipException if the SIP service fails to create a session for the call or VOIP API is not supported by the device
Initiates an audio call to the specified profile. The attempt will be timed out if the call is not established within timeout seconds and NoType:android/net/sip/SipAudioCall$Listener;Href=../../../../reference/android/net/sip/SipAudioCall.Listener.html#onError(android.net.sip.SipAudioCall, int, java.lang.String) will be called.