 | ConnectionActivateCaptureDevice Method |
When connecting to multiple servers with the same client, the capture device can only be active for one server at the same time.
As soon as the client connects to a new server, the Library will deactivate the capture device for the previously active server.
When a user wants to talk to that previous server again, the client needs to reactivate the capture device.
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic void ActivateCaptureDevice()
Public Sub ActivateCaptureDevice
public:
void ActivateCaptureDevice()
member ActivateCaptureDevice : unit -> unit
See Also