MumbleRemoveVoiceTargetPlayerByServerId
DocsMumbleRemoveVoiceTargetPlayerByServerId(targetId, serverId)Description
Removes the specified player from the user's voice targets.
Performs the opposite operation of MUMBLE_ADD_VOICE_TARGET_PLAYER_BY_SERVER_ID
Parameters
| Name | Type | Description |
|---|---|---|
targetId | int | A Mumble voice target ID, ranging from 1..30 (inclusive). |
serverId | int | The player's server id to remove from the target. |
Returns
voidThis native does not return a value.