VoicePermissions
@vimp-mp/types 2.0.1Interface · Shared types API
Per-player speaking and listening permissions inside a voice channel.
ts
interface VoicePermissionsMembers
canListen
ts
canListen: booleanWhether the player may receive audio from the channel.
canSpeak
ts
canSpeak: booleanWhether the player may transmit audio to the channel.