Module call

Module call

source code

Functions
 
AccountOnChange(self, property_name) source code
 
ParticipantOnChange(self, property_name) source code
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

Value:
MySkype.GetConversationByParticipants(callTargets, True, False)