Merge branch 'master' into indev

This commit is contained in:
Schuyler Cebulskie
2016-11-12 00:30:25 -05:00

View File

@@ -32,6 +32,12 @@ class VoiceConnection extends EventEmitter {
*/ */
this.channel = pendingConnection.channel; this.channel = pendingConnection.channel;
/**
* Whether we're currently transmitting audio
* @type {boolean}
*/
this.speaking = false;
/** /**
* An array of Voice Receivers that have been created for this connection * An array of Voice Receivers that have been created for this connection
* @type {VoiceReceiver[]} * @type {VoiceReceiver[]}