| Package | Description |
|---|---|
| com.skype |
<#if locale="ja">
|
| Modifier and Type | Method and Description |
|---|---|
Call |
User.call()
Start a call to this User.
|
static Call |
Skype.call(String... skypeIds)
Make a Skype CALL to multiple users.
|
static Call |
Skype.call(String skypeId)
Make a Skype CALL to one single Skype user.
|
static Call[] |
Skype.getAllActiveCalls()
Gets all the active calls visible on calltabs.
|
Call[] |
User.getAllCalls()
Search all calls to and from this User.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallAdapter.callMaked(Call makedCall)
This method is called when a new CALL is started.
|
void |
CallListener.callMaked(Call makedCall)
Called when a new CALL is started.
|
void |
CallAdapter.callReceived(Call receivedCall)
This method will be triggered when a CALL is received.
|
void |
CallListener.callReceived(Call receivedCall)
Called when a CALL is received.
|
Copyright © 2013. All Rights Reserved.