Package Skype4Py :: Module call :: Class IParticipant
[frames] | no frames]

Class IParticipant

source code

  object --+    
           |    
utils.Cached --+
               |
              IParticipant

Represents a conference call participant.

Instance Methods
 
__repr__(self)
repr(x)
source code

Inherited from utils.Cached: __copy__

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

Static Methods

Inherited from utils.Cached: __new__

Class Variables

Inherited from utils.Cached: _cache_

Properties
Call status CallStatus
Call status of a participant in a conference call.
Call type CallType
Call type in a conference call.
unicode DisplayName
DisplayName of a participant in a conference call.
unicode Handle
Skypename of a participant in a conference call.
int Id
Call Id.
int Idx
Call participant index.

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

CallStatus

Call status of a participant in a conference call.

Get Method:
_GetCallStatus(self)
Type:
Call status

CallType

Call type in a conference call.

Get Method:
_GetCallType(self)
Type:
Call type

DisplayName

DisplayName of a participant in a conference call.

Get Method:
_GetDisplayName(self)
Type:
unicode

Handle

Skypename of a participant in a conference call.

Get Method:
_GetHandle(self)
Type:
unicode

Id

Call Id.

Get Method:
_GetId(self)
Type:
int

Idx

Call participant index.

Get Method:
_GetIdx(self)
Type:
int