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

Class Participant

source code

  object --+    
           |    
utils.Cached --+
               |
              Participant

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__

Properties
Call Call
Call object.
enums.cls* CallStatus
Call status of a participant in a conference call.
enums.clt* CallType
Call type in a conference call.
unicode DisplayName
DisplayName of a participant in a conference call.
str 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

Call

Call object.
Get Method:
_GetCall(self)
Type:
Call

CallStatus

Call status of a participant in a conference call.
Get Method:
_GetCallStatus(self)
Type:
enums.cls*

CallType

Call type in a conference call.
Get Method:
_GetCallType(self)
Type:
enums.clt*

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:
str

Id

Call Id.
Get Method:
_GetId(self)
Type:
int

Idx

Call participant index.
Get Method:
_GetIdx(self)
Type:
int