Свойство | Тип | Описание | |
---|---|---|---|
Accepted | Action |
||
Hungup | System.Action | ||
Rejected | System.Action |
Свойство | Тип | Описание | |
---|---|---|---|
JabberClientNS | System.Xml.Linq.XNamespace |
Метод | Описание | |
---|---|---|
OnIQRequest ( System.Xml.Linq.XElement iq ) : void |
Handler method for receiving iq requests from the remote server.
|
|
OnIQResponse ( string id, System.Xml.Linq.XElement iq ) : void |
Handler method for receiving responses to iq stanzas initiated by us.
|
|
PlaceCall ( string destination, |
||
RetargetCallMedia ( string ipAddress, int port ) : void | ||
TerminateCall ( ) : void | ||
XMPPPhoneSession ( string jid, |
Метод | Описание | |
---|---|---|
SendCandidates ( ) : void |
public OnIQRequest ( System.Xml.Linq.XElement iq ) : void | ||
iq | System.Xml.Linq.XElement | The iq stanza request received. |
Результат | void |
public OnIQResponse ( string id, System.Xml.Linq.XElement iq ) : void | ||
id | string | The id of the original iq request. |
iq | System.Xml.Linq.XElement | The iq response stanza. |
Результат | void |
public PlaceCall ( string destination, |
||
destination | string | |
sdp | ||
Результат | void |
public RetargetCallMedia ( string ipAddress, int port ) : void | ||
ipAddress | string | |
port | int | |
Результат | void |
public XMPPPhoneSession ( string jid, |
||
jid | string | |
xmppStream | ||
Результат | System |
protected static XNamespace,System.Xml.Linq JabberClientNS | ||
Результат | System.Xml.Linq.XNamespace |