Skip to content

VoiceRoute

@vimp-mp/types 2.0.1

Type alias · Shared types API

Route over which a voice transmission is delivered.

ts
type VoiceRoute = { type: "proximity" } | { channelId: number; channelName?: string; type: "channel" }

VIMP developer documentation