MumbleRemoveVoiceTargetChannel — FiveM Natives
0x268DB867 · CFX · client
Removes the specified voice channel from the user's voice targets. Performs the opposite operation of MUMBLE_ADD_VOICE_TARGET_CHANNEL
Parameters
| Name | Type | Description |
|---|---|---|
| targetId | int | A Mumble voice target ID, ranging from 1..30 (inclusive). |
| channel | int | The game voice channel ID to remove from the target. |
Returns
void