Meeting.CreateMeetingAsync(SpeechConfig, String) Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET