Don't want to send voice speaking on OP4, that's silly.

This commit is contained in:
Bruce Marriner 2015-11-22 14:07:22 -06:00
parent ce68d0a46e
commit 221e54ee5a

View file

@ -130,7 +130,7 @@ func (s *Session) VoiceEvent(messageType int, message []byte) (err error) {
// add code to use this to track latency?
return
case 4:
s.VoiceSpeaking()
// TODO
default:
fmt.Println("UNKNOWN VOICE OP: ", e.Operation)
printJSON(e.RawData)