Skip to content

VoiceChannelCreateOptions

@vimp-mp/types 2.0.1

Interface · Server API

Optional routing behaviour applied when a voice channel is created.

ts
interface VoiceChannelCreateOptions

Members

maxDistance

ts
maxDistance?: number

Maximum audible distance for a spatial channel. Defaults to 25.

spatial

ts
spatial?: boolean

Enables distance-based voice attenuation. Defaults to false.

VIMP developer documentation