Implement sending voice messages

This commit is contained in:
Tobias Fella
2026-02-14 16:04:22 +00:00
committed by Joshua Goins
parent 3d07f723c8
commit 593ad27e8c
6 changed files with 262 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ target_sources(LibNeoChat PRIVATE
texthandler.cpp
urlhelper.cpp
utils.cpp
voicerecorder.cpp
enums/chatbartype.h
enums/messagecomponenttype.h
enums/messagetype.h