Android.Net.Sip.SipAudioCall Members

The members of Android.Net.Sip.SipAudioCall are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a call object with the local SIP profile.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsInCallbool. Checks if the call is established.
[read-only]
IsMutedbool. Checks if the call is muted.
[read-only]
IsOnHoldbool. Checks if the call is on hold.
[read-only]
LocalProfileSipProfile. Gets the local SIP profile.
[read-only]
PeerProfileSipProfile. Gets the peer's SIP profile.
[read-only]
StateSipSessionState. Gets the state of the Android.Net.Sip.SipSession that carries this call.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AnswerCall(int)
Answers a call.
AttachCall(SipSession, string)
Attaches an incoming call to this call object.
Close()
Closes this object.
ContinueCall(int)
Continues a call that's on hold.
EndCall()
Ends a call.
HoldCall(int)
Puts a call on hold.
MakeCall(SipProfile, SipSession, int)
Initiates an audio call to the specified profile.
SendDtmf(int)
Sends a DTMF code.
SendDtmf(int, Android.OS.Message)
Sends a DTMF code.
SetListener(SipAudioCall.Listener)
Sets the listener to listen to the audio call events.
SetListener(SipAudioCall.Listener, bool)
Sets the listener to listen to the audio call events.
SetSpeakerMode(bool)
Puts the device to speaker mode.
StartAudio()
Starts the audio for the established call.
ToggleMute()
Toggles mute.