Interface ISIPClientUserAgent
Interface for classes implementing SIP client user agent functionality. The
main function of a SIP client user agent is the ability to initiate calls.
Assembly: SIPSorcery.dll
Syntax
public interface ISIPClientUserAgent
Properties
|
Improve this Doc
View Source
CallDescriptor
Declaration
SIPCallDescriptor CallDescriptor { get; }
Property Value
|
Improve this Doc
View Source
IsUACAnswered
Declaration
bool IsUACAnswered { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ServerTransaction
Declaration
UACInviteTransaction ServerTransaction { get; }
Property Value
|
Improve this Doc
View Source
SIPDialogue
Declaration
SIPDialogue SIPDialogue { get; }
Property Value
Methods
|
Improve this Doc
View Source
AckAnswer(SIPResponse, String, String)
Declaration
void AckAnswer(SIPResponse sipResponse, string content, string contentType)
Parameters
Type |
Name |
Description |
SIPResponse |
sipResponse |
|
System.String |
content |
|
System.String |
contentType |
|
|
Improve this Doc
View Source
Call(SIPCallDescriptor)
Declaration
SIPRequest Call(SIPCallDescriptor sipCallDescriptor)
Parameters
Returns
|
Improve this Doc
View Source
Call(SIPCallDescriptor, SIPEndPoint)
Declaration
SIPRequest Call(SIPCallDescriptor sipCallDescriptor, SIPEndPoint serverEndPoint)
Parameters
Returns
|
Improve this Doc
View Source
Cancel()
Declaration
Events
|
Improve this Doc
View Source
CallAnswered
Declaration
event SIPCallResponseDelegate CallAnswered
Event Type
|
Improve this Doc
View Source
CallFailed
Declaration
event SIPCallFailedDelegate CallFailed
Event Type
|
Improve this Doc
View Source
CallRinging
Declaration
event SIPCallResponseDelegate CallRinging
Event Type
|
Improve this Doc
View Source
CallTrying
Declaration
event SIPCallResponseDelegate CallTrying
Event Type
Extension Methods