@discordjs/voice 0.19.3-dev.1776730371-8ea7c7c7e → 0.19.3-dev.1779528402-e721e51b0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1628,6 +1628,8 @@ declare class VoiceConnection extends EventEmitter {
|
|
|
1628
1628
|
/**
|
|
1629
1629
|
* The receiver of this voice connection. You should join the voice channel with `selfDeaf` set
|
|
1630
1630
|
* to false for this feature to work properly.
|
|
1631
|
+
*
|
|
1632
|
+
* @beta
|
|
1631
1633
|
*/
|
|
1632
1634
|
readonly receiver: VoiceReceiver;
|
|
1633
1635
|
/**
|
|
@@ -1927,4 +1929,4 @@ declare function demuxProbe(stream: Readable, probeSize?: number, validator?: ty
|
|
|
1927
1929
|
*/
|
|
1928
1930
|
declare const version: string;
|
|
1929
1931
|
|
|
1930
|
-
export { AudioPlayer, type AudioPlayerBufferingState, AudioPlayerError, type AudioPlayerIdleState, type AudioPlayerPausedState, type AudioPlayerPlayingState, type AudioPlayerState, AudioPlayerStatus, AudioReceiveStream, type AudioReceiveStreamOptions, AudioResource, type ConnectionData, type ConnectionOptions, type CreateAudioPlayerOptions, type CreateAudioResourceOptions, type CreateVoiceConnectionOptions, DAVESession, type DiscordGatewayAdapterCreator, type DiscordGatewayAdapterImplementerMethods, type DiscordGatewayAdapterLibraryMethods, type Edge, type EndBehavior, EndBehaviorType, type JoinConfig, type JoinVoiceChannelOptions, Networking, type NetworkingClosedState, type NetworkingIdentifyingState, type NetworkingOpeningWsState, type NetworkingReadyState, type NetworkingResumingState, type NetworkingSelectingProtocolState, type NetworkingState, NetworkingStatusCode, type NetworkingUdpHandshakingState, NoSubscriberBehavior, Node, PlayerSubscription, type ProbeInfo, RTP_OPUS_PAYLOAD_TYPE, SSRCMap, type SocketConfig, SpeakingMap, StreamType, TransformerType, VoiceConnection, type VoiceConnectionConnectingState, type VoiceConnectionDestroyedState, VoiceConnectionDisconnectReason, type VoiceConnectionDisconnectedBaseState, type VoiceConnectionDisconnectedOtherState, type VoiceConnectionDisconnectedState, type VoiceConnectionDisconnectedWebSocketState, type VoiceConnectionReadyState, type VoiceConnectionSignallingState, type VoiceConnectionState, VoiceConnectionStatus, VoiceReceiver, VoiceUDPSocket, type VoiceUserData, VoiceWebSocket, createAudioPlayer, createAudioResource, createDefaultAudioReceiveStreamOptions, demuxProbe, entersState, generateDependencyReport, getGroups, getVoiceConnection, getVoiceConnections, joinVoiceChannel, validateDiscordOpusHead, version };
|
|
1932
|
+
export { AudioPlayer, type AudioPlayerBufferingState, AudioPlayerError, type AudioPlayerIdleState, type AudioPlayerPausedState, type AudioPlayerPlayingState, type AudioPlayerState, AudioPlayerStatus, AudioReceiveStream, type AudioReceiveStreamOptions, AudioResource, type BinaryWebSocketMessage, type ConnectionData, type ConnectionOptions, type CreateAudioPlayerOptions, type CreateAudioResourceOptions, type CreateVoiceConnectionOptions, DAVESession, type DAVESessionOptions, type DiscordGatewayAdapterCreator, type DiscordGatewayAdapterImplementerMethods, type DiscordGatewayAdapterLibraryMethods, type Edge, type EndBehavior, EndBehaviorType, type JoinConfig, type JoinVoiceChannelOptions, Networking, type NetworkingClosedState, type NetworkingIdentifyingState, type NetworkingOpeningWsState, type NetworkingOptions, type NetworkingReadyState, type NetworkingResumingState, type NetworkingSelectingProtocolState, type NetworkingState, NetworkingStatusCode, type NetworkingUdpHandshakingState, NoSubscriberBehavior, Node, PlayerSubscription, type ProbeInfo, type ProposalsResult, RTP_OPUS_PAYLOAD_TYPE, SSRCMap, type SessionMethods, type SocketConfig, SpeakingMap, StreamType, TransformerType, type TransitionResult, VoiceConnection, type VoiceConnectionConnectingState, type VoiceConnectionDestroyedState, VoiceConnectionDisconnectReason, type VoiceConnectionDisconnectedBaseState, type VoiceConnectionDisconnectedOtherState, type VoiceConnectionDisconnectedState, type VoiceConnectionDisconnectedWebSocketState, type VoiceConnectionReadyState, type VoiceConnectionSignallingState, type VoiceConnectionState, VoiceConnectionStatus, VoiceReceiver, VoiceUDPSocket, type VoiceUserData, VoiceWebSocket, createAudioPlayer, createAudioResource, createDefaultAudioReceiveStreamOptions, demuxProbe, entersState, generateDependencyReport, getGroups, getVoiceConnection, getVoiceConnections, joinVoiceChannel, validateDiscordOpusHead, version };
|
package/dist/index.d.ts
CHANGED
|
@@ -1628,6 +1628,8 @@ declare class VoiceConnection extends EventEmitter {
|
|
|
1628
1628
|
/**
|
|
1629
1629
|
* The receiver of this voice connection. You should join the voice channel with `selfDeaf` set
|
|
1630
1630
|
* to false for this feature to work properly.
|
|
1631
|
+
*
|
|
1632
|
+
* @beta
|
|
1631
1633
|
*/
|
|
1632
1634
|
readonly receiver: VoiceReceiver;
|
|
1633
1635
|
/**
|
|
@@ -1927,4 +1929,4 @@ declare function demuxProbe(stream: Readable, probeSize?: number, validator?: ty
|
|
|
1927
1929
|
*/
|
|
1928
1930
|
declare const version: string;
|
|
1929
1931
|
|
|
1930
|
-
export { AudioPlayer, type AudioPlayerBufferingState, AudioPlayerError, type AudioPlayerIdleState, type AudioPlayerPausedState, type AudioPlayerPlayingState, type AudioPlayerState, AudioPlayerStatus, AudioReceiveStream, type AudioReceiveStreamOptions, AudioResource, type ConnectionData, type ConnectionOptions, type CreateAudioPlayerOptions, type CreateAudioResourceOptions, type CreateVoiceConnectionOptions, DAVESession, type DiscordGatewayAdapterCreator, type DiscordGatewayAdapterImplementerMethods, type DiscordGatewayAdapterLibraryMethods, type Edge, type EndBehavior, EndBehaviorType, type JoinConfig, type JoinVoiceChannelOptions, Networking, type NetworkingClosedState, type NetworkingIdentifyingState, type NetworkingOpeningWsState, type NetworkingReadyState, type NetworkingResumingState, type NetworkingSelectingProtocolState, type NetworkingState, NetworkingStatusCode, type NetworkingUdpHandshakingState, NoSubscriberBehavior, Node, PlayerSubscription, type ProbeInfo, RTP_OPUS_PAYLOAD_TYPE, SSRCMap, type SocketConfig, SpeakingMap, StreamType, TransformerType, VoiceConnection, type VoiceConnectionConnectingState, type VoiceConnectionDestroyedState, VoiceConnectionDisconnectReason, type VoiceConnectionDisconnectedBaseState, type VoiceConnectionDisconnectedOtherState, type VoiceConnectionDisconnectedState, type VoiceConnectionDisconnectedWebSocketState, type VoiceConnectionReadyState, type VoiceConnectionSignallingState, type VoiceConnectionState, VoiceConnectionStatus, VoiceReceiver, VoiceUDPSocket, type VoiceUserData, VoiceWebSocket, createAudioPlayer, createAudioResource, createDefaultAudioReceiveStreamOptions, demuxProbe, entersState, generateDependencyReport, getGroups, getVoiceConnection, getVoiceConnections, joinVoiceChannel, validateDiscordOpusHead, version };
|
|
1932
|
+
export { AudioPlayer, type AudioPlayerBufferingState, AudioPlayerError, type AudioPlayerIdleState, type AudioPlayerPausedState, type AudioPlayerPlayingState, type AudioPlayerState, AudioPlayerStatus, AudioReceiveStream, type AudioReceiveStreamOptions, AudioResource, type BinaryWebSocketMessage, type ConnectionData, type ConnectionOptions, type CreateAudioPlayerOptions, type CreateAudioResourceOptions, type CreateVoiceConnectionOptions, DAVESession, type DAVESessionOptions, type DiscordGatewayAdapterCreator, type DiscordGatewayAdapterImplementerMethods, type DiscordGatewayAdapterLibraryMethods, type Edge, type EndBehavior, EndBehaviorType, type JoinConfig, type JoinVoiceChannelOptions, Networking, type NetworkingClosedState, type NetworkingIdentifyingState, type NetworkingOpeningWsState, type NetworkingOptions, type NetworkingReadyState, type NetworkingResumingState, type NetworkingSelectingProtocolState, type NetworkingState, NetworkingStatusCode, type NetworkingUdpHandshakingState, NoSubscriberBehavior, Node, PlayerSubscription, type ProbeInfo, type ProposalsResult, RTP_OPUS_PAYLOAD_TYPE, SSRCMap, type SessionMethods, type SocketConfig, SpeakingMap, StreamType, TransformerType, type TransitionResult, VoiceConnection, type VoiceConnectionConnectingState, type VoiceConnectionDestroyedState, VoiceConnectionDisconnectReason, type VoiceConnectionDisconnectedBaseState, type VoiceConnectionDisconnectedOtherState, type VoiceConnectionDisconnectedState, type VoiceConnectionDisconnectedWebSocketState, type VoiceConnectionReadyState, type VoiceConnectionSignallingState, type VoiceConnectionState, VoiceConnectionStatus, VoiceReceiver, VoiceUDPSocket, type VoiceUserData, VoiceWebSocket, createAudioPlayer, createAudioResource, createDefaultAudioReceiveStreamOptions, demuxProbe, entersState, generateDependencyReport, getGroups, getVoiceConnection, getVoiceConnections, joinVoiceChannel, validateDiscordOpusHead, version };
|
package/dist/index.js
CHANGED
|
@@ -2204,6 +2204,8 @@ var VoiceConnection = class extends import_node_events8.EventEmitter {
|
|
|
2204
2204
|
/**
|
|
2205
2205
|
* The receiver of this voice connection. You should join the voice channel with `selfDeaf` set
|
|
2206
2206
|
* to false for this feature to work properly.
|
|
2207
|
+
*
|
|
2208
|
+
* @beta
|
|
2207
2209
|
*/
|
|
2208
2210
|
receiver;
|
|
2209
2211
|
/**
|
|
@@ -3051,7 +3053,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
3051
3053
|
function version(name) {
|
|
3052
3054
|
try {
|
|
3053
3055
|
if (name === "@discordjs/voice") {
|
|
3054
|
-
return "0.19.3-dev.
|
|
3056
|
+
return "0.19.3-dev.1779528402-e721e51b0";
|
|
3055
3057
|
}
|
|
3056
3058
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
3057
3059
|
return pkg?.version ?? "not found";
|
|
@@ -3199,7 +3201,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
3199
3201
|
__name(demuxProbe, "demuxProbe");
|
|
3200
3202
|
|
|
3201
3203
|
// src/index.ts
|
|
3202
|
-
var version2 = "0.19.3-dev.
|
|
3204
|
+
var version2 = "0.19.3-dev.1779528402-e721e51b0";
|
|
3203
3205
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3204
3206
|
0 && (module.exports = {
|
|
3205
3207
|
AudioPlayer,
|