你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CallMedia 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class CallMedia
type CallMedia = class
Public Class CallMedia
- 继承
-
构造函数
属性
方法
CancelAllMediaOperations(CancellationToken)
|
取消对所有参与者的任何媒体操作。
|
CancelAllMediaOperationsAsync(CancellationToken)
|
取消对所有参与者的任何媒体操作。
|
Play(PlayOptions, CancellationToken)
|
向指定的参与者 () 播放音频。
|
Play(PlaySource, IEnumerable<CommunicationIdentifier>, CancellationToken)
|
播放文件。
|
PlayAsync(PlayOptions, CancellationToken)
|
向指定的参与者 () 异步播放音频。
|
PlayAsync(PlaySource, IEnumerable<CommunicationIdentifier>, CancellationToken)
|
向指定的参与者 () 异步播放音频。
|
PlayToAll(PlaySource, CancellationToken)
|
向所有参与者播放。
|
PlayToAll(PlayToAllOptions, CancellationToken)
|
向所有参与者播放音频。
|
PlayToAllAsync(PlaySource, CancellationToken)
|
以异步向所有参与者播放。
|
PlayToAllAsync(PlayToAllOptions, CancellationToken)
|
向所有参与者异步播放音频。
|
SendDtmfTones(IEnumerable<DtmfTone>, CommunicationIdentifier, String, CancellationToken)
|
发送 Dtmf 调音。
|
SendDtmfTonesAsync(IEnumerable<DtmfTone>, CommunicationIdentifier, String, CancellationToken)
|
在异步模式下发送 Dtmf 音。
|
StartContinuousDtmfRecognition(CommunicationIdentifier, String, CancellationToken)
|
启动连续 Dtmf 识别。
|
StartContinuousDtmfRecognitionAsync(CommunicationIdentifier, String, CancellationToken)
|
在异步模式下启动连续 Dtmf 识别。
|
StartRecognizing(CallMediaRecognizeOptions, CancellationToken)
|
识别音调。
|
StartRecognizingAsync(CallMediaRecognizeOptions, CancellationToken)
|
识别音调。
|
StopContinuousDtmfRecognition(CommunicationIdentifier, String, CancellationToken)
|
停止连续 Dtmf 识别。
|
StopContinuousDtmfRecognitionAsync(CommunicationIdentifier, String, CancellationToken)
|
在异步模式下停止连续 Dtmf 识别。
|
适用于