C# Class SIPSorcery.XMPP.XMPPPhoneSession

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
Accepted Action
Hungup System.Action
Rejected System.Action

Protected Properties

Свойство Type Description
JabberClientNS System.Xml.Linq.XNamespace

Méthodes publiques

Méthode Description
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, SDP sdp ) : void
RetargetCallMedia ( string ipAddress, int port ) : void
TerminateCall ( ) : void
XMPPPhoneSession ( string jid, XMPPAuthenticatedStream xmppStream ) : System

Private Methods

Méthode Description
SendCandidates ( ) : void

Method Details

OnIQRequest() public méthode

Handler method for receiving iq requests from the remote server.
public OnIQRequest ( System.Xml.Linq.XElement iq ) : void
iq System.Xml.Linq.XElement The iq stanza request received.
Résultat void

OnIQResponse() public méthode

Handler method for receiving responses to iq stanzas initiated by us.
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.
Résultat void

PlaceCall() public méthode

public PlaceCall ( string destination, SDP sdp ) : void
destination string
sdp SIPSorcery.Net.SDP
Résultat void

RetargetCallMedia() public méthode

public RetargetCallMedia ( string ipAddress, int port ) : void
ipAddress string
port int
Résultat void

TerminateCall() public méthode

public TerminateCall ( ) : void
Résultat void

XMPPPhoneSession() public méthode

public XMPPPhoneSession ( string jid, XMPPAuthenticatedStream xmppStream ) : System
jid string
xmppStream XMPPAuthenticatedStream
Résultat System

Property Details

Accepted public_oe property

public Action Accepted
Résultat Action

Hungup public_oe property

public Action,System Hungup
Résultat System.Action

JabberClientNS protected_oe static_oe property

protected static XNamespace,System.Xml.Linq JabberClientNS
Résultat System.Xml.Linq.XNamespace

Rejected public_oe property

public Action,System Rejected
Résultat System.Action