|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.skype.tutorial.step5.Tutorial_5
public class Tutorial_5
Getting Started With SkypeKit: Tutorial Application, Step 5. Answering calls. Getting a list of audio devices involves two separate commands:
| Field Summary | |
|---|---|
static int |
ACCOUNT_NAME_IDX
Index of the account name in the command line argument list. |
static int |
ACCOUNT_PWORD_IDX
Index of the account password in the command line argument list. |
static int |
APPTOKEN_FILE_IDX
Index of the optional AppToken text file pathname in the command line argument list, which is always last. |
(package private) com.skype.api.Participant[] |
callerList
List of callers. |
static java.lang.String |
MY_CLASS_TAG
Info/Debug console output message prefix/identifier tag. |
private static AppToken |
myAppToken
|
private static MySession |
mySession
|
private static Tutorial_5 |
myTutorial
"Extraneous" instance of this tutorial so we can invoke our business logic method from main(String[]) without having to declare it as being "static". |
static int |
OPT_ARG_CNT
Number of optional arguments in the command line argument list. |
static int |
REQ_ARG_CNT
Number of required arguments in the command line argument list. |
| Constructor Summary | |
|---|---|
Tutorial_5()
|
|
| Method Summary | |
|---|---|
(package private) void |
doAcceptCalls(MySession mySession)
Find available input/output devices, then wait for incoming calls.. |
static void |
main(java.lang.String[] args)
Main loop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
com.skype.api.Participant[] callerList
public static final java.lang.String MY_CLASS_TAG
public static final int ACCOUNT_NAME_IDX
public static final int ACCOUNT_PWORD_IDX
public static final int REQ_ARG_CNT
public static final int OPT_ARG_CNT
public static final int APPTOKEN_FILE_IDX
private static AppToken myAppToken
private static MySession mySession
private static Tutorial_5 myTutorial
main(String[]) without having to declare it as being "static".
| Constructor Detail |
|---|
public Tutorial_5()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - void doAcceptCalls(MySession mySession)
mySession - Populated session object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||