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

Class IConference

source code

  object --+    
           |    
utils.Cached --+
               |
              IConference

Represents a conference call.

Instance Methods
 
__repr__(self)
repr(x)
source code
 
Finish(self)
Finishes a conference so all active calls have the status clsFinished.
source code
 
Hold(self)
Places all calls in a conference on hold so all active calls have the status clsLocalHold.
source code
 
Resume(self)
Resumes a conference that was placed on hold so all active calls have the status 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__

Class Variables

Inherited from utils.Cached: _cache_

Properties
tuple of ICall ActiveCalls
Active calls with the same conference ID.
tuple of ICall 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:
tuple of ICall

Calls

Calls with the same conference ID.

Get Method:
_GetCalls(self)
Type:
tuple of ICall

Id

Id of a conference.

Get Method:
_GetId(self)
Type:
int