.NET API
LiveVoiceSessionStatusResponse
Tracon.AspNetCore.dllThe status of a provider-hosted live voice session.
public sealed record LiveVoiceSessionStatusResponse : IEquatable<LiveVoiceSessionStatusResponse>Inheritance
Section titled “Inheritance”object ← LiveVoiceSessionStatusResponse
Implements
Section titled “Implements”IEquatable<LiveVoiceSessionStatusResponse>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”LiveVoiceSessionStatusResponse()
Section titled “ LiveVoiceSessionStatusResponse()”public LiveVoiceSessionStatusResponse()Properties
Section titled “Properties”LiveSeconds
Section titled “ LiveSeconds”Gets the billable duration the provider has reported so far.
[JsonPropertyName("liveSeconds")]public decimal? LiveSeconds { get; init; }Property Value
Section titled “Property Value”Gets the model the session is bound to.
[JsonPropertyName("model")]public string? Model { get; init; }Property Value
Section titled “Property Value”StartedAt
Section titled “ StartedAt”Gets when the session was created.
[JsonPropertyName("startedAt")]public required DateTimeOffset StartedAt { get; init; }Property Value
Section titled “Property Value”Gets the lifecycle state: pending, active or ended.
[JsonPropertyName("state")]public required string State { get; init; }Property Value
Section titled “Property Value”Gets how many delegations have become runs.
[JsonPropertyName("turns")]public required int Turns { get; init; }Property Value
Section titled “Property Value”VoiceSessionId
Section titled “ VoiceSessionId”Gets Tracon’s identifier for the session.
[JsonPropertyName("voiceSessionId")]public required Guid VoiceSessionId { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(LiveVoiceSessionStatusResponse?)
Section titled “ Equals(LiveVoiceSessionStatusResponse?)”public bool Equals(LiveVoiceSessionStatusResponse? other)Parameters
Section titled “Parameters”other LiveVoiceSessionStatusResponse?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(LiveVoiceSessionStatusResponse?, LiveVoiceSessionStatusResponse?)
Section titled “ operator ==(LiveVoiceSessionStatusResponse?, LiveVoiceSessionStatusResponse?)”public static bool operator ==(LiveVoiceSessionStatusResponse? left, LiveVoiceSessionStatusResponse? right)Parameters
Section titled “Parameters”left LiveVoiceSessionStatusResponse?
right LiveVoiceSessionStatusResponse?
Returns
Section titled “Returns”operator !=(LiveVoiceSessionStatusResponse?, LiveVoiceSessionStatusResponse?)
Section titled “ operator !=(LiveVoiceSessionStatusResponse?, LiveVoiceSessionStatusResponse?)”public static bool operator !=(LiveVoiceSessionStatusResponse? left, LiveVoiceSessionStatusResponse? right)Parameters
Section titled “Parameters”left LiveVoiceSessionStatusResponse?
right LiveVoiceSessionStatusResponse?