VoiceLiveClient 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.
The VoiceLiveClient.
public class VoiceLiveClient
type VoiceLiveClient = class
Public Class VoiceLiveClient
- Inheritance
-
VoiceLiveClient
Constructors
| Name | Description |
|---|---|
| VoiceLiveClient() |
Initializes a new instance of VoiceLiveClient for mocking. |
| VoiceLiveClient(Uri, AzureKeyCredential, VoiceLiveClientOptions) |
Initializes a new instance of VoiceLiveClient. |
| VoiceLiveClient(Uri, AzureKeyCredential) |
Initializes a new instance of VoiceLiveClient. |
| VoiceLiveClient(Uri, TokenCredential, VoiceLiveClientOptions) |
Initializes a new instance of VoiceLiveClient. |
| VoiceLiveClient(Uri, TokenCredential) |
Initializes a new instance of VoiceLiveClient. |
Methods
| Name | Description |
|---|---|
| StartSessionAsync(String, CancellationToken) |
Starts a new VoiceLiveSession for real-time voice communication. |
| StartSessionAsync(VoiceLiveSessionOptions, CancellationToken) |
Starts a new VoiceLiveSession for real-time voice communication with specified session configuration. |