Class SipSession
[Obsolete("Deprecated in JVM")]
public class SipSession : JVMBridgeBase<SipSession>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
SipSession
- Implements
- Extension Methods
Constructors
SipSession(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 SipSession(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(String, int)
[Obsolete("Deprecated in JVM")]
public void AnswerCall(String arg0, int arg1)
Parameters
ChangeCall(String, int)
[Obsolete("Deprecated in JVM")]
public void ChangeCall(String arg0, int arg1)
Parameters
EndCall()
[Obsolete("Deprecated in JVM")]
public void EndCall()
GetCallId()
[Obsolete("Deprecated in JVM")]
public String GetCallId()
Returns
GetLocalIp()
[Obsolete("Deprecated in JVM")]
public String GetLocalIp()
Returns
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
IsInCall()
[Obsolete("Deprecated in JVM")]
public bool IsInCall()
Returns
MakeCall(SipProfile, String, int)
[Obsolete("Deprecated in JVM")]
public void MakeCall(SipProfile arg0, String arg1, int arg2)
Parameters
arg0SipProfilearg1Stringarg2int
Register(int)
[Obsolete("Deprecated in JVM")]
public void Register(int arg0)
Parameters
SetListener(Listener)
[Obsolete("Deprecated in JVM")]
public void SetListener(SipSession.Listener arg0)
Parameters
Unregister()
[Obsolete("Deprecated in JVM")]
public void Unregister()