Click or drag to resize
ConnectionWhisperIgnored Event
Used when whisper is received from a Client that has not been added to the whisper allow list.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public event IgnoredWhisperEventHandler WhisperIgnored

Value

Type: TeamSpeak.Sdk.ClientIgnoredWhisperEventHandler
Remarks
Note that whisper voice data is not received until the sending client is added to the receivers whisper allow list using AllowWhispersFrom(Client).
See Also