Skip to content

VoiceChannelChangedPayload

@vimp-mp/types 2.0.1

Interface · Client API

Previous and current channel IDs after a local voice-route change.

ts
interface VoiceChannelChangedPayload

Members

newChannelId

ts
newChannelId: number | null

Newly selected channel ID.

oldChannelId

ts
oldChannelId: number | null

Previously selected channel ID.

VIMP developer documentation