Table of Contents

Class SipAudioCall

Namespace
Android.Net.Sip
Assembly
MASES.Netdroid.dll
[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

arg0 Context

Context

arg1 SipProfile

SipProfile

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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

AnswerCall(int)

[Obsolete("Deprecated in JVM")]
public void AnswerCall(int arg0)

Parameters

arg0 int

int

Exceptions

SipException

AttachCall(SipSession, String)

[Obsolete("Deprecated in JVM")]
public void AttachCall(SipSession arg0, String arg1)

Parameters

arg0 SipSession

SipSession

arg1 String

String

Exceptions

SipException

Close()

[Obsolete("Deprecated in JVM")]
public void Close()

ContinueCall(int)

[Obsolete("Deprecated in JVM")]
public void ContinueCall(int arg0)

Parameters

arg0 int

int

Exceptions

SipException

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

arg0 Context
arg1 SipProfile

Returns

SipAudioCall

EndCall()

[Obsolete("Deprecated in JVM")]
public void EndCall()

Exceptions

SipException

GetLocalProfile()

[Obsolete("Deprecated in JVM")]
public SipProfile GetLocalProfile()

Returns

SipProfile

SipProfile

GetPeerProfile()

[Obsolete("Deprecated in JVM")]
public SipProfile GetPeerProfile()

Returns

SipProfile

SipProfile

GetState()

[Obsolete("Deprecated in JVM")]
public int GetState()

Returns

int

int

HoldCall(int)

[Obsolete("Deprecated in JVM")]
public void HoldCall(int arg0)

Parameters

arg0 int

int

Exceptions

SipException

IsInCall()

[Obsolete("Deprecated in JVM")]
public bool IsInCall()

Returns

bool

bool

IsMuted()

[Obsolete("Deprecated in JVM")]
public bool IsMuted()

Returns

bool

bool

IsOnHold()

[Obsolete("Deprecated in JVM")]
public bool IsOnHold()

Returns

bool

bool

MakeCall(SipProfile, SipSession, int)

[Obsolete("Deprecated in JVM")]
public void MakeCall(SipProfile arg0, SipSession arg1, int arg2)

Parameters

arg0 SipProfile

SipProfile

arg1 SipSession

SipSession

arg2 int

int

Exceptions

SipException

SendDtmf(int)

[Obsolete("Deprecated in JVM")]
public void SendDtmf(int arg0)

Parameters

arg0 int

int

SendDtmf(int, Message)

[Obsolete("Deprecated in JVM")]
public void SendDtmf(int arg0, Message arg1)

Parameters

arg0 int

int

arg1 Message

Message

SetListener(Listener)

[Obsolete("Deprecated in JVM")]
public void SetListener(SipAudioCall.Listener arg0)

Parameters

arg0 SipAudioCall.Listener

SipAudioCall.Listener

SetListener(Listener, bool)

[Obsolete("Deprecated in JVM")]
public void SetListener(SipAudioCall.Listener arg0, bool arg1)

Parameters

arg0 SipAudioCall.Listener

SipAudioCall.Listener

arg1 bool

bool

SetSpeakerMode(bool)

[Obsolete("Deprecated in JVM")]
public void SetSpeakerMode(bool arg0)

Parameters

arg0 bool

bool

StartAudio()

[Obsolete("Deprecated in JVM")]
public void StartAudio()

ToggleMute()

[Obsolete("Deprecated in JVM")]
public void ToggleMute()