| Home | Trees | Indices | Help |
|
|---|
|
|
| Functions | |||
|
|||
|
|||
| Variables | |
accountName = sys.argv [1]
|
|
accountPsw = sys.argv [2]
|
|
callTargets = []
|
|
loggedIn = False
|
|
MySkype = Skype.GetSkype(keypair.keyFileName)
|
|
account = MySkype.GetAccount(accountName)
|
|
liveConversation = MySkype.GetConversationByParticipants(callT
|
|
callParticipants = liveConversation.GetParticipants('ALL')
|
|
isCallFinished = False
|
|
| Variables Details |
liveConversation
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 27 18:21:13 2012 | http://epydoc.sourceforge.net |