Discord.Net.WebSockets.VoiceSocket.OnUserIsSpeaking C# (CSharp) Method

OnUserIsSpeaking() private method

private OnUserIsSpeaking ( ulong userId, bool isSpeaking ) : void
userId ulong
isSpeaking bool
return void
        private void OnUserIsSpeaking(ulong userId, bool isSpeaking)
            => UserIsSpeaking(this, new InternalIsSpeakingEventArgs(userId, isSpeaking));
        internal void OnFrameReceived(ulong userId, ulong channelId, byte[] buffer, int offset, int count)