Skip to content

VoicePermissions

@vimp-mp/types 2.0.1

Interface · Shared types API

Per-player speaking and listening permissions inside a voice channel.

ts
interface VoicePermissions

Members

canListen

ts
canListen: boolean

Whether the player may receive audio from the channel.

canSpeak

ts
canSpeak: boolean

Whether the player may transmit audio to the channel.

VIMP developer documentation