VoiceChannelInfo
@vimp-mp/types 2.0.1Voice-channel state and permissions announced to a client.
ts
interface VoiceChannelInfoMembers
id
ts
id: numberServer-assigned channel identifier.
maxDistance
ts
maxDistance: number | nullMaximum audible distance, or null for a non-spatial channel.
name
ts
name: stringApplication-defined channel label.
permissions
ts
permissions: VoicePermissionsCurrent player's speaking and listening permissions.
spatial
ts
spatial: booleanWhether the channel applies distance-based attenuation.