Creates call to invite specified recipient.

C# | Visual Basic | Visual C++ | F# |
public SIP_UA_Call CreateCall( SIP_Request invite )
Public Function CreateCall ( invite As SIP_Request ) As SIP_UA_Call
public: SIP_UA_Call^ CreateCall( SIP_Request^ invite )
member CreateCall : invite : SIP_Request -> SIP_UA_Call

- invite (SIP_Request)
- INVITE request.

SIP_UA_Call
Returns created call.
Returns created call.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when invite is null reference. |
ArgumentException | Is raised when any of the argumnets has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119