Table of Contents

Class StartResponse

Namespace
Vonage.Video.LiveCaptions.Start
Assembly
Vonage.dll

Represents a response when starting an Audio Connector WebSocket connection.

public record StartResponse : IEquatable<StartResponse>
Inheritance
StartResponse
Implements
Inherited Members

Constructors

StartResponse(string)

Represents a response when starting an Audio Connector WebSocket connection.

public StartResponse(string CaptionsId)

Parameters

CaptionsId string

Unique ID of the audio captioning session

Properties

CaptionsId

Unique ID of the audio captioning session

public string CaptionsId { get; init; }

Property Value

string