Click or drag to resize
ChannelCodecIsUnencrypted Property
If true, this channel is not using encrypted voice data. If false, voice data is encrypted for this channel.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public bool CodecIsUnencrypted { get; set; }

Property Value

Type: Boolean
Remarks
Note that channel voice data encryption can be globally disabled or enabled for the virtual server. Changing this flag makes only sense if global voice data encryption is set to be configured per channel.
See Also