The members of Android.Net.Sip.SipAudioCall are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a call object with the local SIP profile. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | IsInCall | bool. Checks if the call is established. |
[read-only] | IsMuted | bool. Checks if the call is muted. |
[read-only] | IsOnHold | bool. Checks if the call is on hold. |
[read-only] | LocalProfile | SipProfile. Gets the local SIP profile. |
[read-only] | PeerProfile | SipProfile. Gets the peer's SIP profile. |
[read-only] | State | SipSessionState. Gets the state of the Android.Net.Sip.SipSession that carries this call. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |