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

Class Conference

source code

  object --+    
           |    
utils.Cached --+
               |
              Conference

Represents a conference call.
Instance Methods
 
__repr__(self)
repr(x)
source code
 
Finish(self)
Finishes a conference so all active calls have the status enums.clsFinished.
source code
 
Hold(self)
Places all calls in a conference on hold so all active calls have the status enums.clsLocalHold.
source code
 
Resume(self)
Resumes a conference that was placed on hold so all active calls have the status enums.clsInProgress.
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
CallCollection ActiveCalls
Active calls with the same conference ID.
CallCollection Calls
Calls with the same conference ID.
int Id
Id of a conference.

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

ActiveCalls

Active calls with the same conference ID.
Get Method:
_GetActiveCalls(self)
Type:
CallCollection

Calls

Calls with the same conference ID.
Get Method:
_GetCalls(self)
Type:
CallCollection

Id

Id of a conference.
Get Method:
_GetId(self)
Type:
int