Welcome to BearWare.dk! BearWare.dk is a software consultancy company which provides customer support and implement customer specific features for the TeamTalk Conferencing System.
TeamTalk 5 is a freeware conferencing system which allows multiple users to participate in audio and video conversations. The TeamTalk install file includes both client and server application.
The TeamTalk 5 SDK enables software developers to easily implement features for sending and receiving multiple audio and video streams. The SDK consists of a client DLL and a standalone server which can be used on both LAN and Internet. The SDK comes with wrapper classes for .NET Framework, Java and a C-API which allow development on Windows, Mac OS X, Linux, iOS and Android.
To quickly see one example of how the TeamTalk 5 SDK can be used try downloading the TeamTalk 5 application.
The TeamTalk conferencing software has been developed since 2002. Over time many users and organizations have helped develop TeamTalk into what it is today. You can also help by supporting the TeamTalk 5 project on GitHub:
TeamTalk 5 Development
https://github.com/BearWare/TeamTalk5
189 forks.
386 stars.
88 open issues.
Recent commits:
- Bump TeamTalk Android to build 152, Bjørn Damstedt Rasmussen
- Version update, Bjørn Damstedt Rasmussen
- Android client. Label parent channel shortcut in channel list (#3419)* Android client. Label parent channel shortcut in channel listThe "go to parent channel" row in the channel list was inflated but neverpopulated: item_channel_back.xml carried a hardcoded ".." in the parentnameTextView, and the population and chantopic TextViews were left empty.The back arrow is marked importantForAccessibility="no", so the row's wholeaccessible label was "..", which screen readers do not announce meaningfully.Since this row is the only way back to the channel list from a channel with nosubchannels, screen reader users had no way to tell what it did.Populate it the same way CHANNEL_VIEW_TYPE does: parent channel name (servername for the root channel), topic and user count, plus a content descriptionof "Go to parent channel: <name>". This also gives sighted users thedestination rather than a bare pair of dots.* Use a static "Parent channel" label instead of the channel nameShowing the parent's name made the row read like just another subchannel,which is what the "go up one level" row needs to be distinguishable from.Set the label from the layout as a plain "Parent channel" string, which dropsthe name lookup and the separate content description. Topic and user count arestill filled in so the row says something about where it leads.* Keep the tools XML namespace declaration in item_channel_back.xmlIt is no longer referenced now that tools:ignore="HardcodedText" is gone, butremoving it is unrelated to this fix and only widened the diff., GitHub
- fix transmit button ignoring accessibility clicks when TalkBack starts after launch, Bjørn Damstedt Rasmussen
- Add neutral gender option to Android client, GitHub