Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.EventHandlingBase --+ | CallChannelManager
Instantiate this class to create a call channel manager. A call channel manager will automatically create a data channel (based on the APP2APP protocol) for voice calls.
You should access this class using the alias at the package level:
import Skype4Py skype = Skype4Py.Skype() ccm = Skype4Py.CallChannelManager() ccm.Connect(skype)
Read the constructor (CallChannelManager.__init__) documentation for a list of accepted arguments.
This class provides events.
The events names and their arguments lists can be found in the CallChannelManagerEvents class in this module.
The use of events is explained in EventHandlingBase class which is a superclass of this class.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
tuple of CallChannel |
Channels All call data channels. |
enums.cct* |
ChannelType Queries/sets the default channel type. |
bool |
Created Returns True if the application context has been created. |
unicode |
Name Queries/sets the application context name. |
OnChannels | |
OnCreated | |
OnMessage | |
Inherited from |
Method Details |
|
See Also: Disconnect |
|
See Also: Connect |
Property Details |
ChannelsAll call data channels.
|
ChannelTypeQueries/sets the default channel type.
|
CreatedReturns True if the application context has been created.
|
NameQueries/sets the application context name. |
OnChannels
|
OnCreated
|
OnMessage
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 26 16:13:04 2009 | http://epydoc.sourceforge.net |