Discord.Net.WebSockets.VoiceSocket.OnUserIsSpeaking C# (CSharp) 메소드

OnUserIsSpeaking() 개인적인 메소드

private OnUserIsSpeaking ( ulong userId, bool isSpeaking ) : void
userId ulong
isSpeaking bool
리턴 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)