Property | Type | Description | |
---|---|---|---|
CRMCompanyName | string | ||
CRMPersonName | string | ||
CRMPictureURL | string | ||
CSeq | int | ||
DisplayName | string | ||
SwitchboardLineName | string | ||
TargetURI | |||
URI |
Method | Description | |
---|---|---|
Parse ( System.Xml.Linq.XElement participantElement ) : |
||
Parse ( string participantXMLStr ) : |
||
SIPEventDialogParticipant ( string displayName, |
||
ToXML ( string nodeName ) : System.Xml.Linq.XElement |
Puts the dialog participant information to an XML element.
|
Method | Description | |
---|---|---|
SIPEventDialogParticipant ( ) : System |
public static Parse ( System.Xml.Linq.XElement participantElement ) : |
||
participantElement | System.Xml.Linq.XElement | |
return |
public static Parse ( string participantXMLStr ) : |
||
participantXMLStr | string | |
return |
public SIPEventDialogParticipant ( string displayName, |
||
displayName | string | |
uri | ||
targetURI | ||
cseq | int | |
return | System |
public ToXML ( string nodeName ) : System.Xml.Linq.XElement | ||
nodeName | string | A participant can represent a local or remote party, the node name needs to be set to either "local" or "remote". |
return | System.Xml.Linq.XElement |