Share via


VoiceLiveClient Class

Definition

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.

Applies to