Share via


VoiceLiveSubscription interface

Represents an active subscription to VoiceLive session events

Properties

isActive

Whether the subscription is currently active

subscriptionId

The subscription ID for tracking

Methods

close()

Stops the subscription and cleans up resources

Property Details

isActive

Whether the subscription is currently active

isActive: boolean

Property Value

boolean

subscriptionId

The subscription ID for tracking

subscriptionId: string

Property Value

string

Method Details

close()

Stops the subscription and cleans up resources

function close(): Promise<void>

Returns

Promise<void>