.NET API
LiveVoiceSessionHandle
Namespace Tracon · Assembly
Tracon.Abstractions.dllThe result of creating a live voice session.
public sealed record LiveVoiceSessionHandle : IEquatable<LiveVoiceSessionHandle>Inheritance
Section titled “Inheritance”object ← LiveVoiceSessionHandle
Implements
Section titled “Implements”IEquatable<LiveVoiceSessionHandle>
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”LiveVoiceSessionHandle()
Section titled “ LiveVoiceSessionHandle()”public LiveVoiceSessionHandle()Properties
Section titled “Properties”Gets the model the provider actually bound; null if it reported none.
public string? Model { get; init; }Property Value
Section titled “Property Value”ProviderSessionId
Section titled “ ProviderSessionId”Gets the provider’s identifier for the session.
public required string ProviderSessionId { get; init; }Property Value
Section titled “Property Value”SdpAnswer
Section titled “ SdpAnswer”Gets the SDP answer to hand back to the media peer.
public required string SdpAnswer { 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(LiveVoiceSessionHandle?)
Section titled “ Equals(LiveVoiceSessionHandle?)”public bool Equals(LiveVoiceSessionHandle? other)Parameters
Section titled “Parameters”other LiveVoiceSessionHandle?
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 ==(LiveVoiceSessionHandle?, LiveVoiceSessionHandle?)
Section titled “ operator ==(LiveVoiceSessionHandle?, LiveVoiceSessionHandle?)”public static bool operator ==(LiveVoiceSessionHandle? left, LiveVoiceSessionHandle? right)Parameters
Section titled “Parameters”left LiveVoiceSessionHandle?
right LiveVoiceSessionHandle?
Returns
Section titled “Returns”operator !=(LiveVoiceSessionHandle?, LiveVoiceSessionHandle?)
Section titled “ operator !=(LiveVoiceSessionHandle?, LiveVoiceSessionHandle?)”public static bool operator !=(LiveVoiceSessionHandle? left, LiveVoiceSessionHandle? right)Parameters
Section titled “Parameters”left LiveVoiceSessionHandle?
right LiveVoiceSessionHandle?