LumiSoft Net Help
SendRinging Method (sdp)
NamespacesLumiSoft.Net.SIP.UASIP_UA_CallSendRinging(SDP_Message)
Sends ringing to remote party.
Declaration Syntax
C#Visual BasicVisual C++F#
public void SendRinging(
	SDP_Message sdp
)
Public Sub SendRinging ( 
	sdp As SDP_Message
)
public:
void SendRinging(
	SDP_Message^ sdp
)
member SendRinging : 
        sdp : SDP_Message -> unit 
Parameters
sdp (SDP_Message)
Early media answer or early media offer when initial INVITE don't have SDP.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
InvalidOperationExceptionIs raised when call is not in valid state and this method is called.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119