C# 클래스 SIPSorcery.XMPP.XMPPPhoneSession

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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, SDP sdp ) : void
RetargetCallMedia ( string ipAddress, int port ) : void
TerminateCall ( ) : void
XMPPPhoneSession ( string jid, XMPPAuthenticatedStream xmppStream ) : System

비공개 메소드들

메소드 설명
SendCandidates ( ) : void

메소드 상세

OnIQRequest() 공개 메소드

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.
리턴 void

OnIQResponse() 공개 메소드

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.
리턴 void

PlaceCall() 공개 메소드

public PlaceCall ( string destination, SDP sdp ) : void
destination string
sdp SIPSorcery.Net.SDP
리턴 void

RetargetCallMedia() 공개 메소드

public RetargetCallMedia ( string ipAddress, int port ) : void
ipAddress string
port int
리턴 void

TerminateCall() 공개 메소드

public TerminateCall ( ) : void
리턴 void

XMPPPhoneSession() 공개 메소드

public XMPPPhoneSession ( string jid, XMPPAuthenticatedStream xmppStream ) : System
jid string
xmppStream XMPPAuthenticatedStream
리턴 System

프로퍼티 상세

Accepted 공개적으로 프로퍼티

public Action Accepted
리턴 Action

Hungup 공개적으로 프로퍼티

public Action,System Hungup
리턴 System.Action

JabberClientNS 보호되어 있는 정적으로 프로퍼티

protected static XNamespace,System.Xml.Linq JabberClientNS
리턴 System.Xml.Linq.XNamespace

Rejected 공개적으로 프로퍼티

public Action,System Rejected
리턴 System.Action