Meeting Class

Definition

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.DisposableBase
Meeting

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