| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
utils.Cached --+
|
ICall
Represents a voice/video call.
| Instance Methods | |||
|
|||
|
|||
| bool |
|
||
| unicode, dict or None |
|
||
|
|||
|
|||
|
|||
| unicode, dict or None |
|
||
| IConference |
|
||
|
|||
| unicode, dict or None |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |
|
Inherited from |
| Class Variables | |
|
Inherited from |
| Properties | |
| int |
ConferenceId ConferenceId. |
| datetime.datetime |
Datetime Date and time of the call. |
| unicode |
DTMF Set this property to send DTMF codes. |
| int |
Duration Duration of the call in seconds. |
| Call failure reason |
FailureReason Call failure reason. |
| unicode |
ForwardedBy Skypename of the user who forwarded a call. |
| int |
Id Call Id. |
| bool |
InputStatus True if call voice input is enabled. |
| tuple of IParticipant |
Participants Participants of a conference call not hosted by the user. |
| unicode |
PartnerDisplayName The DisplayName of the remote caller. |
| unicode |
PartnerHandle The Skypename of the remote caller. |
| unicode |
PstnNumber PSTN number of the call. |
| unicode |
PstnStatus PSTN number status. |
| int |
Rate Call rate. |
| unicode |
RateCurrency Call rate currency. |
| int |
RatePrecision Call rate precision. |
| unicode |
RateToText Returns the call rate as a text with currency and properly formatted value. |
| float |
RateValue Call rate value. |
| bool |
Seen Queries/sets the seen status of the call. |
| Call status |
Status The call status. |
| unicode |
Subject Call subject. |
| unicode |
TargetIdentify Target number for incoming SkypeIn calls. |
| float |
Timestamp Call date and time expressed as a timestamp. |
| bool |
TransferActive Returns True if the call has been transfered. |
| unicode |
TransferredBy Returns the Skypename of the user who transferred the call. |
| unicode |
TransferredTo Returns the Skypename of the user or phone number the call has been transferred to. |
| Call status |
TransferStatus Returns the call transfer status. |
| Call type |
Type Call type. |
| Call video send status |
VideoReceiveStatus Call video receive status. |
| Call video send status |
VideoSendStatus Call video send status. |
| Call video status |
VideoStatus Call video status. |
| int |
VmAllowedDuration Returns the permitted duration of a voicemail in seconds. |
| int |
VmDuration Returns the duration of a voicemail. |
|
Inherited from |
|
| Method Details |
repr(x)
|
Queries if a call can be transferred to a contact or phone number.
|
Queries or sets the mic capture device.
Note: This command functions for active calls only. |
Queries or sets the sound input device.
Note: This command functions for active calls only. |
Joins with another call to form a conference.
|
Queries or sets the sound output device.
Note: This command functions for active calls only. |
Transfers a call to one or more contacts or phone numbers.
See Also: CanTransfer Note: You can transfer an incoming call to a group by specifying more than one target, first one of the group to answer will get the call. |
| Property Details |
ConferenceIdConferenceId.
|
DatetimeDate and time of the call.
See Also: Timestamp |
DTMFSet this property to send DTMF codes.
Note: This command functions for active calls only. |
DurationDuration of the call in seconds.
|
FailureReasonCall failure reason. Read if Status == clsFailed.
|
ForwardedBySkypename of the user who forwarded a call.
|
IdCall Id.
|
InputStatusTrue if call voice input is enabled.
|
ParticipantsParticipants of a conference call not hosted by the user.
|
PartnerDisplayNameThe DisplayName of the remote caller.
|
PartnerHandleThe Skypename of the remote caller.
|
PstnNumberPSTN number of the call.
|
PstnStatusPSTN number status.
|
RateCall rate. Expressed using RatePrecision. If you're just interested in the call rate expressed in current currency, use RateValue instead.
See Also: RateCurrency, RatePrecision, RateToText, RateValue |
RateCurrencyCall rate currency.
See Also: Rate, RatePrecision, RateToText, RateValue |
RatePrecisionCall rate precision. Expressed as a number of times the call rate has to be divided by 10.
See Also: Rate, RateCurrency, RateToText, RateValue |
RateToTextReturns the call rate as a text with currency and properly formatted value.
See Also: Rate, RateCurrency, RatePrecision, RateValue |
RateValueCall rate value. Expressed in current currency.
See Also: Rate, RateCurrency, RatePrecision, RateToText |
SeenQueries/sets the seen status of the call. True if the call was seen, False otherwise. Note: You cannot alter the call seen status from seen to unseen. |
StatusThe call status.
|
SubjectCall subject.
|
TargetIdentifyTarget number for incoming SkypeIn calls.
|
TimestampCall date and time expressed as a timestamp.
See Also: Datetime |
TransferActiveReturns True if the call has been transfered.
|
TransferredByReturns the Skypename of the user who transferred the call.
|
TransferredToReturns the Skypename of the user or phone number the call has been transferred to.
|
TransferStatusReturns the call transfer status.
|
VideoReceiveStatusCall video receive status.
|
VideoSendStatusCall video send status.
|
VideoStatusCall video status.
|
VmAllowedDurationReturns the permitted duration of a voicemail in seconds.
|
VmDurationReturns the duration of a voicemail.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Nov 05 14:54:59 2008 | http://epydoc.sourceforge.net |