Class SipAudioCall
[Obsolete("Deprecated in JVM")]
public class SipAudioCall : JVMBridgeBase<SipAudioCall>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
SipAudioCall
- Implements
- Extension Methods
Constructors
SipAudioCall(Context, SipProfile)
[Obsolete("Deprecated in JVM")]
public SipAudioCall(Context arg0, SipProfile arg1)
Parameters
arg0Contextarg1SipProfile
SipAudioCall(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SipAudioCall(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
AnswerCall(int)
[Obsolete("Deprecated in JVM")]
public void AnswerCall(int arg0)
Parameters
Exceptions
AttachCall(SipSession, String)
[Obsolete("Deprecated in JVM")]
public void AttachCall(SipSession arg0, String arg1)
Parameters
arg0SipSessionarg1String
Exceptions
Close()
[Obsolete("Deprecated in JVM")]
public void Close()
ContinueCall(int)
[Obsolete("Deprecated in JVM")]
public void ContinueCall(int arg0)
Parameters
Exceptions
CreatePoolableInstance(Context, SipProfile)
HPA initializer for SipAudioCall(Android.Content.Context arg0, Android.Net.Sip.SipProfile arg1)
public static SipAudioCall CreatePoolableInstance(Context arg0, SipProfile arg1)
Parameters
arg0Contextarg1SipProfile
Returns
EndCall()
[Obsolete("Deprecated in JVM")]
public void EndCall()
Exceptions
GetLocalProfile()
[Obsolete("Deprecated in JVM")]
public SipProfile GetLocalProfile()
Returns
GetPeerProfile()
[Obsolete("Deprecated in JVM")]
public SipProfile GetPeerProfile()
Returns
GetState()
[Obsolete("Deprecated in JVM")]
public int GetState()
Returns
HoldCall(int)
[Obsolete("Deprecated in JVM")]
public void HoldCall(int arg0)
Parameters
Exceptions
IsInCall()
[Obsolete("Deprecated in JVM")]
public bool IsInCall()
Returns
IsMuted()
[Obsolete("Deprecated in JVM")]
public bool IsMuted()
Returns
IsOnHold()
[Obsolete("Deprecated in JVM")]
public bool IsOnHold()
Returns
MakeCall(SipProfile, SipSession, int)
[Obsolete("Deprecated in JVM")]
public void MakeCall(SipProfile arg0, SipSession arg1, int arg2)
Parameters
arg0SipProfilearg1SipSessionarg2int
Exceptions
SendDtmf(int)
[Obsolete("Deprecated in JVM")]
public void SendDtmf(int arg0)
Parameters
SendDtmf(int, Message)
[Obsolete("Deprecated in JVM")]
public void SendDtmf(int arg0, Message arg1)
Parameters
SetListener(Listener)
[Obsolete("Deprecated in JVM")]
public void SetListener(SipAudioCall.Listener arg0)
Parameters
SetListener(Listener, bool)
[Obsolete("Deprecated in JVM")]
public void SetListener(SipAudioCall.Listener arg0, bool arg1)
Parameters
arg0SipAudioCall.Listenerarg1bool
SetSpeakerMode(bool)
[Obsolete("Deprecated in JVM")]
public void SetSpeakerMode(bool arg0)
Parameters
StartAudio()
[Obsolete("Deprecated in JVM")]
public void StartAudio()
ToggleMute()
[Obsolete("Deprecated in JVM")]
public void ToggleMute()