 | 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)
Syntaxpublic bool CodecIsUnencrypted { get; set; }
Public Property CodecIsUnencrypted As Boolean
Get
Set
public:
property bool CodecIsUnencrypted {
bool get ();
void set (bool value);
}
member CodecIsUnencrypted : bool with 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