Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.EventHandlingBase --+ | ICallChannelManager
Instatinate this class to create a call channel manager. A call channel manager will automatically create a data channel for voice calls based on the APP2APP protocol.
You should access this class using the alias at the package level:
import Skype4Py skype = Skype4Py.Skype() ccm = Skype4Py.CallChannelManager() ccm.Connect(skype)
For possible constructor arguments, read the ICallChannelManager.__init__ description.
This class provides events.
The events names and their arguments lists can be found in ICallChannelManagerEvents class.
The usage of events is described in EventHandlingBase class which is a superclass of this class. Follow the link for more information.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Instance Variables | |
callable |
OnChannels Event handler for ICallChannelManagerEvents.Channels event. |
callable |
OnCreated Event handler for ICallChannelManagerEvents.Created event. |
callable |
OnMessage Event handler for ICallChannelManagerEvents.Message event. |
Properties | |
tuple of ICallChannel |
Channels All call data channels. |
Call channel type |
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. |
Inherited from |
Method Details |
__init__.
|
Connects this call channel manager instance to Skype. This is the first thing you should do after creating this object.
See Also: Disconnect |
Creates an APP2APP application context. The application is automatically created using IApplication.Create.
|
Disconnects from Skype. See Also: Connect |
Instance Variable Details |
OnChannelsEvent handler for ICallChannelManagerEvents.Channels event. See EventHandlingBase for more information on events.
|
OnCreatedEvent handler for ICallChannelManagerEvents.Created event. See EventHandlingBase for more information on events.
|
OnMessageEvent handler for ICallChannelManagerEvents.Message event. See EventHandlingBase for more information on events.
|
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. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 05 14:54:59 2008 | http://epydoc.sourceforge.net |