Method | Description | |
---|---|---|
Answer ( ) : void | ||
Answer ( |
||
Call ( |
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.
|
Method | Description | |
---|---|---|
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 ( |
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.
|
public Answer ( |
||
mediaManager | ||
return | void |
public Call ( |
||
mediaManager | ||
destination | string | The destination number to call. |
return | void |
public Call ( string destination ) : void | ||
destination | string | The destination number to call. |
return | void |
public Redirect ( string destination ) : void | ||
destination | string | |
return | void |