Table of Contents

Enum PhoneNumberStatus

Namespace
LiveKit.Proto
Assembly
LiveKit.AspNetCore.ServerSdk.Abstractions.dll

Phone number status enumeration

public enum PhoneNumberStatus

Fields

[OriginalName("PHONE_NUMBER_STATUS_ACTIVE")] Active = 1

Number is active and ready for use

[OriginalName("PHONE_NUMBER_STATUS_OFFLINE")] Offline = 4

Number is offline (not associated with any dispatch rule)

[OriginalName("PHONE_NUMBER_STATUS_PENDING")] Pending = 2

Number is being provisioned

[OriginalName("PHONE_NUMBER_STATUS_RELEASED")] Released = 3

Number has been released

[OriginalName("PHONE_NUMBER_STATUS_UNSPECIFIED")] Unspecified = 0

Default value