Want v8 support in serenity-voice-model
#2943
Labels
breaking change
The public API is changed, resulting in miscompilations or unexpected new behaviour for users
enhancement
An improvement to Serenity.
voice
Related to the `voice` module and `serenity_voice_model` crate.
Voice gateway version 8 includes several breaking changes to message formats:
seq
integer value.int
->struct { t: int }
on the wire.seq_ack
field, corresponding to the last seenseq
at a client.Making these changes is not pressing -- we're explicitly advertising v4 gateway support, so we do have some mileage as that pathway is not being deprecated as yet. At most this enables extra functionality around gateway message replay -- see serenity-rs/songbird#247.
The text was updated successfully, but these errors were encountered: