Megosztás a következőn keresztül:


Meeting.CreateMeetingAsync(SpeechConfig, String) Method

Definition

Creates a new meeting asynchronously.

public static System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Transcription.Meeting> CreateMeetingAsync (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig, string meetingId);
static member CreateMeetingAsync : Microsoft.CognitiveServices.Speech.SpeechConfig * string -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Transcription.Meeting>
Public Shared Function CreateMeetingAsync (speechConfig As SpeechConfig, meetingId As String) As Task(Of Meeting)

Parameters

speechConfig
SpeechConfig

The speech configuration to use.

meetingId
String

The identifier for the meeting you want to join.

Returns

Remarks

After a meeting is created by this asynchronous operation, the Meeting.MeetingId contains the meeting identifier.

Applies to