Package Skype4Py :: Module callchannel :: Class CallChannel
[frames] | no frames]

Class CallChannel

source code

object --+
         |
        CallChannel

Represents a call channel.
Instance Methods
 
__repr__(self)
repr(x)
source code
 
SendTextMessage(self, Text)
Sends a text message over channel.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
Call Call
The call object associated with this channel.
CallChannelManager Manager
The call channel manager object.
ApplicationStream Stream
Underlying APP2APP stream object.
enums.cct* Type
Type of this channel.

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

SendTextMessage(self, Text)

source code 
Sends a text message over channel.
Parameters:
  • Text (unicode) - Text to send.

Property Details

Call

The call object associated with this channel.
Get Method:
_GetCall(self)
Type:
Call

Manager

The call channel manager object.
Get Method:
_GetManager(self)
Type:
CallChannelManager

Stream

Underlying APP2APP stream object.
Get Method:
_GetStream(self)
Type:
ApplicationStream

Type

Type of this channel.
Get Method:
_GetType(self)
Set Method:
_SetType(self, Value)
Type:
enums.cct*