C# 클래스 SIPSorcery.SoftPhone.GingleClient

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

공개 메소드들

메소드 설명
Answer ( ) : void
Answer ( MediaManager mediaManager ) : void
Call ( MediaManager mediaManager, string destination ) : void

Attempts to establish a new VoIP call via the Google Voice gateway.

Call ( string destination ) : void

Attempts to establish a new VoIP call via the Google Voice gateway.

Cancel ( ) : void

Cancel an outgoing Google Voice call that is in progress.

GingleClient ( ) : System
Hangup ( ) : void

Hangup the Google Voice call.

Redirect ( string destination ) : void
Reject ( ) : void
Shutdown ( ) : void

Close down the XMPP client completely along with the audio channel if it's open. This typically happens when the application is exiting.

비공개 메소드들

메소드 설명
BindClient ( ) : void

Establishes the XMPP connection with the Google Voice gateway. Once the connection is bound it can be used to establish calls over.

CallFinished ( ) : void

The Google Voice call has completely finished and it's now safe to shutdown the audio channel.

XMPPAnswered ( SDP xmppSDP ) : void

Event handler for an answer on an outgoing Google Voice call.

XMPPCallFailed ( ) : void

The outgoing Google Voice call failed.

XMPPDisconnected ( ) : void

The XMPP connection was disconnected.

메소드 상세

Answer() 공개 메소드

public Answer ( ) : void
리턴 void

Answer() 공개 메소드

public Answer ( MediaManager mediaManager ) : void
mediaManager MediaManager
리턴 void

Call() 공개 메소드

Attempts to establish a new VoIP call via the Google Voice gateway.
public Call ( MediaManager mediaManager, string destination ) : void
mediaManager MediaManager
destination string The destination number to call.
리턴 void

Call() 공개 메소드

Attempts to establish a new VoIP call via the Google Voice gateway.
public Call ( string destination ) : void
destination string The destination number to call.
리턴 void

Cancel() 공개 메소드

Cancel an outgoing Google Voice call that is in progress.
public Cancel ( ) : void
리턴 void

GingleClient() 공개 메소드

public GingleClient ( ) : System
리턴 System

Hangup() 공개 메소드

Hangup the Google Voice call.
public Hangup ( ) : void
리턴 void

Redirect() 공개 메소드

public Redirect ( string destination ) : void
destination string
리턴 void

Reject() 공개 메소드

public Reject ( ) : void
리턴 void

Shutdown() 공개 메소드

Close down the XMPP client completely along with the audio channel if it's open. This typically happens when the application is exiting.
public Shutdown ( ) : void
리턴 void