discord-voipEnums
NetworkingStatusCode
The different statuses that a networking instance can hold The order of the states between OpeningWs and Ready is chronological first the instance enters OpeningWs then it enters Identifying etc
The different statuses that a networking instance can hold. The order of the states between OpeningWs and Ready is chronological (first the instance enters OpeningWs, then it enters Identifying etc.)
NetworkingStatusCode
The different statuses that a networking instance can hold. The order of the states between OpeningWs and Ready is chronological (first the instance enters OpeningWs, then it enters Identifying etc.)
toString(radix?: number | undefined) => stringNo Description
toFixed(fractionDigits?: number | undefined) => stringNo Description
toExponential(fractionDigits?: number | undefined) => stringNo Description
toPrecision(precision?: number | undefined) => stringNo Description
valueOf() => numberNo Description
toLocaleString{ (locales?: string | string[] | undefined, options?: NumberFormatOptions | undefined): string; (locales?: LocalesArgument, options?: NumberFormatOptions | undefined): string; }No Description