home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / TeamSpeak / TeamSpeak3-Client-win32-3.0.0.exe / plugins / clientquery_plugin / channelvariable.txt < prev    next >
Text File  |  2011-07-22  |  1KB  |  40 lines

  1. Usage: channelvariable ( cid={channelID} properties )...
  2.  
  3. Retrieves channel variables from the client (no network usage). For each channel
  4. you can specify one or more properties that should be queried, and this whole
  5. block of channelID and properties can be repeated to get information about
  6. multiple channels with one call of channelvariable.
  7.  
  8. Available properties are:
  9. channel_name
  10. channel_topic
  11. channel_description
  12. channel_codec
  13. channel_codec_quality
  14. channel_order
  15. channel_maxclients
  16. channel_maxfamilyclients
  17. channel_flag_permanent
  18. channel_flag_semi_permanent
  19. channel_flag_default
  20. channel_flag_password
  21. channel_codec_latency_factor
  22. channel_codec_is_unencrypted
  23. channel_flag_maxclients_unlimited
  24. channel_flag_maxfamilyclients_unlimited
  25. channel_flag_maxfamilyclients_inherited
  26. channel_flag_are_subscribed
  27. channel_needed_talk_power
  28. channel_forced_silence
  29. channel_name_phonetic
  30. channel_icon_id
  31.  
  32. Example:
  33.    channelvariable cid=5 channel_topic channel_flag_permanent channel_codec
  34.    cid=5 channel_topic=123 channel_flag_permanent=1 channel_codec=1
  35.    error id=0 msg=ok
  36.  
  37.    channelvariable cid=5 channel_codec_quality|cid=1 channel_codec_quality
  38.    cid=5 channel_codec_quality=7|cid=1 channel_codec_quality=10
  39.    error id=0 msg=ok
  40.