📄 skype4py.call.icall-class.html
字号:
</td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">unicode</span> </td><td class="summary"> <a href="Skype4Py.call.ICall-class.html#TransferredTo" class="summary-name">TransferredTo</a><br /> Returns the Skypename of the user or phone number the call has been transferred to. </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"><a href="Skype4Py.enums-module.html#clsUnknown" class="link">Call status</a></span> </td><td class="summary"> <a href="Skype4Py.call.ICall-class.html#TransferStatus" class="summary-name">TransferStatus</a><br /> Returns the call transfer status. </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"><a href="Skype4Py.enums-module.html#cltUnknown" class="link">Call type</a></span> </td><td class="summary"> <a href="Skype4Py.call.ICall-class.html#Type" class="summary-name">Type</a><br /> Call type. </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"><a href="Skype4Py.enums-module.html#vssUnknown" class="link">Call video send status</a></span> </td><td class="summary"> <a href="Skype4Py.call.ICall-class.html#VideoReceiveStatus" class="summary-name">VideoReceiveStatus</a><br /> Call video receive status. </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"><a href="Skype4Py.enums-module.html#vssUnknown" class="link">Call video send status</a></span> </td><td class="summary"> <a href="Skype4Py.call.ICall-class.html#VideoSendStatus" class="summary-name">VideoSendStatus</a><br /> Call video send status. </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"><a href="Skype4Py.enums-module.html#cvsUnknown" class="link">Call video status</a></span> </td><td class="summary"> <a href="Skype4Py.call.ICall-class.html#VideoStatus" class="summary-name">VideoStatus</a><br /> Call video status. </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">int</span> </td><td class="summary"> <a href="Skype4Py.call.ICall-class.html#VmAllowedDuration" class="summary-name">VmAllowedDuration</a><br /> Returns the permitted duration of a voicemail in seconds. </td> </tr><tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">int</span> </td><td class="summary"> <a href="Skype4Py.call.ICall-class.html#VmDuration" class="summary-name">VmDuration</a><br /> Returns the duration of a voicemail. </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__class__</code> </p> </td> </tr></table><!-- ==================== METHOD DETAILS ==================== --><a name="section-MethodDetails"></a><table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr bgcolor="#70b0f0" class="table-header"> <td align="left" colspan="2" class="table-header"> <span class="table-header">Method Details</span></td></tr></table><a name="__repr__"></a><div><table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__repr__</span>(<span class="sig-arg">self</span>)</span> <br /><em class="fname">(Representation operator)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="Skype4Py.call-pysrc.html#ICall.__repr__">source code</a></span> </td> </tr></table> <p>repr(x)</p> <dl class="fields"> <dt>Overrides: object.__repr__ <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl></td></tr></table></div><a name="CanTransfer"></a><div><table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">CanTransfer</span>(<span class="sig-arg">self</span>, <span class="sig-arg">Target</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="Skype4Py.call-pysrc.html#ICall.CanTransfer">source code</a></span> </td> </tr></table> <p>Queries if a call can be transferred to a contact or phone number.</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>Target</code></strong> (unicode) - Skypename or phone number the call is to be transfered to.</li> </ul></dd> <dt>Returns: bool</dt> <dd>True if call can be transfered, False otherwise.</dd> </dl></td></tr></table></div><a name="CaptureMicDevice"></a><div><table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">CaptureMicDevice</span>(<span class="sig-arg">self</span>, <span class="sig-arg">DeviceType</span>=<span class="sig-default">None</span>, <span class="sig-arg">Set</span>=<span class="sig-default">None</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="Skype4Py.call-pysrc.html#ICall.CaptureMicDevice">source code</a></span> </td> </tr></table> <p>Queries or sets the mic capture device.</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>DeviceType</code></strong> (<a href="Skype4Py.enums-module.html#callIoDeviceTypeUnknown" class="link">Call IO device type</a> or None) - Mic capture device type or None.</li> <li><strong class="pname"><code>Set</code></strong> (unicode, int or None) - Value the device should be set to or None.</li> </ul></dd> <dt>Returns: unicode, dict or None</dt> <dd>If DeviceType and Set are None, returns a dictionary of device types and their values. Dictionary contains only those device types, whose values were set. If the DeviceType is not None but Set is None, returns the current value of the device or None if the device wasn't set. If Set is not None, sets a new value for the device.</dd> </dl><div class="fields"> <p><strong>Note:</strong> This command functions for active calls only. </p></div></td></tr></table></div><a name="InputDevice"></a><div><table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">InputDevice</span>(<span class="sig-arg">self</span>, <span class="sig-arg">DeviceType</span>=<span class="sig-default">None</span>, <span class="sig-arg">Set</span>=<span class="sig-default">None</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="Skype4Py.call-pysrc.html#ICall.InputDevice">source code</a></span> </td> </tr></table> <p>Queries or sets the sound input device.</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>DeviceType</code></strong> (<a href="Skype4Py.enums-module.html#callIoDeviceTypeUnknown" class="link">Call IO device type</a> or None) - Sound input device type or None.</li> <li><strong class="pname"><code>Set</code></strong> (unicode, int or None) - Value the device should be set to or None.</li> </ul></dd> <dt>Returns: unicode, dict or None</dt> <dd>If DeviceType and Set are None, returns a dictionary of device types and their values. Dictionary contains only those device types, whose values were set. If the DeviceType is not None but Set is None, returns the current value of the device or None if the device wasn't set. If Set is not None, sets a new value for the device.</dd> </dl><div class="fields"> <p><strong>Note:</strong> This command functions for active calls only. </p></div></td></tr></table></div><a name="Join"></a><div><table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">Join</span>(<span class="sig-arg">self</span>, <span class="sig-arg">Id</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="Skype4Py.call-pysrc.html#ICall.Join">source code</a></span> </td> </tr></table> <p>Joins with another call to form a conference.</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>Id</code></strong> (int) - Call Id of the other call to join to the conference.</li> </ul></dd> <dt>Returns: <a href="Skype4Py.call.IConference-class.html" class="link">IConference</a></dt> <dd>Conference object.</dd> </dl></td></tr></table></div><a name="OutputDevice"></a><div><table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">OutputDevice</span>(<span class="sig-arg">self</span>, <span class="sig-arg">DeviceType</span>=<span class="sig-default">None</span>, <span class="sig-arg">Set</span>=<span class="sig-default">None</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="Skype4Py.call-pysrc.html#ICall.OutputDevice">source code</a></span> </td> </tr></table> <p>Queries or sets the sound output device.</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>DeviceType</code></strong> (<a href="Skype4Py.enums-module.html#callIoDeviceTypeUnknown" class="link">Call IO device type</a> or None) - Sound output device type or None.</li> <li><strong class="pname"><code>Set</code></strong> (unicode, int or None) - Value the device should be set to or None.</li> </ul></dd> <dt>Returns: unicode, dict or None</dt> <dd>If DeviceType and Set are None, returns a dictionary of device types and their values. Dictionary contains only those device types, whose values were set. If the DeviceType is not None but Set is None, returns the current value of the device or None if the device wasn't set. If Set is not None, sets a new value for the device.</dd> </dl><div class="fields"> <p><strong>Note:</strong> This command functions for active calls only. </p></div></td></tr></table></div><a name="Transfer"></a><div><table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">Transfer</span>(<span class="sig-arg">self</span>, <span class="sig-arg">*Targets</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="Skype4Py.call-pysrc.html#ICall.Transfer">source code</a></span> </td> </tr></table> <p>Transfers a call to one or more contacts or phone numbers.</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>Targets</code></strong> (unicode) - one or more phone numbers or Skypenames the call is beeing transferred to.</li> </ul></dd> </dl><div class="fields"> <p><strong>See Also:</strong> <a href="Skype4Py.call.ICall-class.html#CanTransfer" class="link">CanTransfer</a> </p> <p><strong>Note:</strong> 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. </p></div></td></tr></table></div><br /><!-- ==================== PROPERTY DETAILS ==================== --><a name="section-PropertyDetails"></a><table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr bgcolor="#70b0f0" class="table-header"> <td align="left" colspan="2" class="table-header"> <span class="table-header">Property Details</span></td></tr></table><a name="ConferenceId"></a><div><table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"><tr><td> <h3 class="epydoc">ConferenceId</h3> <p>ConferenceId.</p> <dl class="fields"> <dt>Get Method:</dt>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -