你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Meeting.AddParticipantAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AddParticipantAsync(Participant) |
使用参与者对象异步将参与者添加到会议。 |
AddParticipantAsync(User) |
使用 User 对象异步将参与者添加到会议。 |
AddParticipantAsync(String) |
使用用户 ID 作为异步操作将参与者添加到会议。 |
AddParticipantAsync(Participant)
使用参与者对象异步将参与者添加到会议。
public System.Threading.Tasks.Task AddParticipantAsync (Microsoft.CognitiveServices.Speech.Transcription.Participant participant);
member this.AddParticipantAsync : Microsoft.CognitiveServices.Speech.Transcription.Participant -> System.Threading.Tasks.Task
Public Function AddParticipantAsync (participant As Participant) As Task
参数
- participant
- Participant
参与者对象。
返回
表示添加参与者的异步操作。
适用于
AddParticipantAsync(User)
使用 User 对象异步将参与者添加到会议。
public System.Threading.Tasks.Task AddParticipantAsync (Microsoft.CognitiveServices.Speech.Transcription.User user);
member this.AddParticipantAsync : Microsoft.CognitiveServices.Speech.Transcription.User -> System.Threading.Tasks.Task
Public Function AddParticipantAsync (user As User) As Task
参数
- user
- User
User 对象。
返回
表示添加参与者的异步操作。
适用于
AddParticipantAsync(String)
使用用户 ID 作为异步操作将参与者添加到会议。
public System.Threading.Tasks.Task AddParticipantAsync (string userId);
member this.AddParticipantAsync : string -> System.Threading.Tasks.Task
Public Function AddParticipantAsync (userId As String) As Task
参数
- userId
- String
一个用户标识符。
返回
表示添加参与者的异步操作。
注解
返回的参与者可用于删除。 如果客户端更改参与者的属性,则仅当再次添加参与者时,更改的属性才会传递到服务。