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
182 forks.
374 stars.
84 open issues.
Recent commits:
- clean ups for computer tek's pr, Sihu Hwang
- Fix Android instrumented tests for JUnit 5 migrationThe JUnit 5 migration changed the shared TeamTalkTestCaseBase to Jupiterbut left the Android instrumented test broken: assert calls used theJUnit 5 argument order while still importing JUnit 4 Assert, the setUp()lifecycle annotation was dropped, and Jupiter was absent from theandroidTest runtime classpath.- Switch TeamTalkAndroidOnlyTest asserts to org.junit.jupiter.api.Assertions- Restore lifecycle with @Before setUp()/@After tearDown()- Fix leftover JUnit 4 argument order on one assertFalse- Add junit-jupiter-api 5.9.3 to test/androidTest classpathCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>, Sihu Hwang
- Android client. Messages history fixes and redesighns (#3311)* Recoded and fixed messages* Android: clean up message popup URL handling- Replace magic number 1000 with named constant URL_MENU_ITEM_BASE (addresses review feedback)- Remove unused PopupMenu.OnMenuItemClickListener import- Prepend http:// scheme to scheme-less links so ACTION_VIEW resolves them, and guard startActivity against ActivityNotFoundExceptionCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>* Android: align message action strings with qtTeamTalk- Rename action_copyname/action_copymessage values to qtTeamTalk wording ("Copy Name", "Copy Content Only")- Add full chat clear (action_clear / "Clear") matching qtTeamTalk's chat context menu, alongside the existing per-message "Delete"- Fix both delete and clear not refreshing the view by rebuilding messagesUpdateView, since that is what the adapter readsCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>———Co-authored-by: Sihu Hwang <129564966+hwangsihu@users.noreply.github.com>Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>, GitHub
- Android client. Added the forgotan Subscription and transmission changes to the chat list (#3312)* Added the missing chatlog items* Sorry I broke the utils.java by mistake* Android: gate transmission chat log to current channelonCmdChannelUpdate() logged transmission changes for every channelupdate, so changes in channels the user is not in would appear in thechat history. Restrict it to mychannel, matching the existingtext-to-speech behaviour in MainActivity.onCmdChannelUpdate(), and fixthe stray indentation/spacing in the touched blocks.Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>———Co-authored-by: Sihu Hwang <129564966+hwangsihu@users.noreply.github.com>Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>, GitHub
- fixed the bug where it was not possible to upload all files, Sihu Hwang