Skip to content

Commit

Permalink
API changes for v5.15 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Dec 20, 2023
1 parent 96e5865 commit 49d3689
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Documentation/TeamTalkSDK/changelog-capi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
* This section contains the list of new features and API changes
* in TeamTalk SDK releases.
*
* @ref v515arelease
* - @ref v515afeatures
* - @ref v515apulse
* - @ref v515amsg
* - @ref v515aapi
*
* @ref v514arelease
* - @ref v514afeatures
* - @ref v514atot
Expand Down Expand Up @@ -252,6 +258,35 @@
*
* <hr>
*
* @section v515arelease TeamTalk 5 SDK v. 5.15a release, December 19th 2023
*
* @subsection v515afeatures New features in v5.15a
*
* @subsubsection v515apulse PulseAudio support
*
* PulseAudio sound system is now supported in the TeamTalk SDKs for
* Ubuntu 22 and Raspbian. @see #SOUNDSYSTEM_PULSEAUDIO.
*
* @subsubsection v515amsg User right for sending text messages
*
* It is now possible to disable the ability to send private and
* channel text messages using #USERRIGHT_TEXTMESSAGE_USER and
* #USERRIGHT_TEXTMESSAGE_CHANNEL.
*
* @subsection v515aapi API changes in v5.15a
*
* - New field @c szOwner in #BannedUser
* - New enum value @c #CMDERR_MAX_FILETRANSFERS_EXCEEDED in #ClientError
* - New enum value @c #__SOUNDDEVICEEFFECTS in #TTType
* - New enum value @c #__DESKTOPWINDOW in #TTType
* - New enum value @c #__ABUSEPREVENTION in #TTType
* - New enum value @c #SOUNDSYSTEM_PULSEAUDIO in #SoundSystem
* - New enum value @c #AFF_MP3_320KBIT_FORMAT in #AudioFileFormat
* - New enum value @c #USERRIGHT_TEXTMESSAGE_USER in #UserRight
* - New enum value @c #USERRIGHT_TEXTMESSAGE_CHANNEL in #UserRight
*
* <hr>
*
* @section v514arelease TeamTalk 5 SDK v. 5.14a release, August 16th 2023
*
* @subsection v514afeatures New features in v5.14a
Expand Down
35 changes: 35 additions & 0 deletions Documentation/TeamTalkSDK/changelog-net.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ namespace BearWare
* This section contains the list of new features and API changes
* in TeamTalk SDK releases.
*
* @ref v515arelease
* - @ref v515afeatures
* - @ref v515apulse
* - @ref v515amsg
* - @ref v515aapi
*
* @ref v514arelease
* - @ref v514afeatures
* - @ref v514atot
Expand Down Expand Up @@ -250,6 +256,35 @@ namespace BearWare
*
* <hr>
*
* @section v515arelease TeamTalk 5 SDK v. 5.15a release, December 19th 2023
*
* @subsection v515afeatures New features in v5.15a
*
* @subsubsection v515apulse PulseAudio support
*
* PulseAudio sound system is now supported in the TeamTalk SDKs for
* Ubuntu 22 and Raspbian. @see #SoundSystem.SOUNDSYSTEM_PULSEAUDIO.
*
* @subsubsection v515amsg User right for sending text messages
*
* It is now possible to disable the ability to send private and
* channel text messages using #UserRight.USERRIGHT_TEXTMESSAGE_USER and
* #UserRight.USERRIGHT_TEXTMESSAGE_CHANNEL.
*
* @subsection v515aapi API changes in v5.15a
*
* - New field @c szOwner in #BearWare.BannedUser
* - New enum value @c #ClientError.CMDERR_MAX_FILETRANSFERS_EXCEEDED in #ClientError
* - New enum value @c #TTType.__SOUNDDEVICEEFFECTS in #TTType
* - New enum value @c #TTType.__DESKTOPWINDOW in #TTType
* - New enum value @c #TTType.__ABUSEPREVENTION in #TTType
* - New enum value @c #SoundSystem.SOUNDSYSTEM_PULSEAUDIO in #SoundSystem
* - New enum value @c #AudioFileFormat.AFF_MP3_320KBIT_FORMAT in #AudioFileFormat
* - New enum value @c #UserRight.USERRIGHT_TEXTMESSAGE_USER in #UserRight
* - New enum value @c #UserRight.USERRIGHT_TEXTMESSAGE_CHANNEL in #UserRight
*
* <hr>
*
* @section v514arelease TeamTalk 5 SDK v. 5.14a release, August 16th 2023
*
* @subsection v514afeatures New features in v5.14a
Expand Down

0 comments on commit 49d3689

Please sign in to comment.