Meeting Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transcribes meetings. Returns recognized text and speaker id.
public sealed class Meeting : Microsoft.CognitiveServices.Speech.Internal.DisposableBase
type Meeting = class
inherit DisposableBase
Public NotInheritable Class Meeting
Inherits DisposableBase
- Inheritance
-
Microsoft.CognitiveServices.Speech.Internal.DisposableBaseMeeting
Properties
AuthorizationToken |
Gets/sets authorization token used to communicate with the service. |
MeetingId |
Gets or sets the meeting id. |
OutputFormat |
Gets the output format setting. |
Properties |
Gets the collection of properties and their values defined for this MeetingTranscriber. |
SpeechRecognitionLanguage |
Gets the language name that is used for recognition. |
Methods
AddParticipantAsync(Participant) |
Add a participant to a meeting using the Participant object asynchronously. |
AddParticipantAsync(String) |
Add a participant to a meeting using the user's id as an asynchronous operation. |
AddParticipantAsync(User) |
Add a participant to a meeting using the User object asynchronously. |
CreateMeetingAsync(SpeechConfig, String) |
Creates a new meeting asynchronously. |
DeleteMeetingAsync() |
Delete a meeting. After this no one will be able to join the meeting. |
EndMeetingAsync() |
End a meeting. |
LockMeetingAsync() |
Lock a meeting. This will prevent new participants from joining. |
MuteAllParticipantsAsync() |
Mute all other participants in the meeting. After this no other participants will have their speech recognitions broadcast, nor be able to send text messages. |
MuteParticipantAsync(String) |
Mute a participant. |
RemoveParticipantAsync(Participant) |
Remove a participant in a meeting using the Participant object asynchronously. |
RemoveParticipantAsync(String) |
Remove a participant from a meeting using a user identifier asynchronously. |
RemoveParticipantAsync(User) |
Remove a participant in a meeting using the User object asynchronously. |
StartMeetingAsync() |
Start a meeting. |
UnlockMeetingAsync() |
Unlocks a meeting. |
UnmuteAllParticipantsAsync() |
Unmute all other participants in the meeting. |
UnmuteParticipantAsync(String) |
Unmute a participant. |
Applies to
Azure SDK for .NET