Don't want to send voice speaking on OP4, that's silly.
This commit is contained in:
parent
ce68d0a46e
commit
221e54ee5a
1 changed files with 1 additions and 1 deletions
2
voice.go
2
voice.go
|
@ -130,7 +130,7 @@ func (s *Session) VoiceEvent(messageType int, message []byte) (err error) {
|
||||||
// add code to use this to track latency?
|
// add code to use this to track latency?
|
||||||
return
|
return
|
||||||
case 4:
|
case 4:
|
||||||
s.VoiceSpeaking()
|
// TODO
|
||||||
default:
|
default:
|
||||||
fmt.Println("UNKNOWN VOICE OP: ", e.Operation)
|
fmt.Println("UNKNOWN VOICE OP: ", e.Operation)
|
||||||
printJSON(e.RawData)
|
printJSON(e.RawData)
|
||||||
|
|
Loading…
Reference in a new issue