 | ConnectionAllowWhispersFrom Method |
Add a client 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)
Syntaxpublic void AllowWhispersFrom(
Client client
)
Public Sub AllowWhispersFrom (
client As Client
)
public:
void AllowWhispersFrom(
Client^ client
)
member AllowWhispersFrom :
client : Client -> unit
Parameters
- client
- Type: TeamSpeak.Sdk.ClientClient
The client to be added to the whisper allow list.
See Also