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
CaptionsIdstringUnique ID of the audio captioning session
Properties
CaptionsId
Unique ID of the audio captioning session
public string CaptionsId { get; init; }