TeamTalk5 icon indicating copy to clipboard operation
TeamTalk5 copied to clipboard

TeamTalk v6.0 API Changes

Open bear101 opened this issue 4 years ago • 0 comments

List of API changes for TeamTalk v6.0:

  • Rename AudioMuxer to AudioMixer
    • TT_StartRecordingMuxed ...
    • class teamtalk::AudioMuxer -> teamtalk::AudioMixer
  • Rename enum-values in ChannelType to CHANNELTYPE_
  • Rename enum-values in ClientFlag to CLIENTFLAG_
  • Remove Speex
  • Remove SpeexDSP
  • Change TTMessage's union to pointer instead of stack variable
  • Invert USERRIGHT_LOCKED_STATUS, USERRIGHT_LOCKED_NICKNAME
  • Align parameter order in TT_AcquireUserAudioBlock() and TT_EnableAudioBlockEvent(). Should be nUserID, nStreamType

bear101 avatar Jul 18 '21 08:07 bear101