MumbleRemoveVoiceTargetChannel
DocsMumbleRemoveVoiceTargetChannel(targetId, channel)Description
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
voidThis native does not return a value.