VoiceRoute
@vimp-mp/types 2.0.1Route over which a voice transmission is delivered.
ts
type VoiceRoute = { type: "proximity" } | { channelId: number; channelName?: string; type: "channel" }