mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
recorder: fix some recorder bugs
+ Fix recording in an audio only call + Fix crash if deinit the recorder without remote video + Add some tests Change-Id: Ie78a632f6a2ecb3eae4f53ae8f25c8ecbf5c5091 GitLab: #719
This commit is contained in:
@ -120,6 +120,16 @@ test('conference', ut_conference,
|
||||
)
|
||||
|
||||
|
||||
ut_recorder = executable('ut_recorder',
|
||||
sources: files('unitTest/call/recorder.cpp'),
|
||||
include_directories: ut_includedirs,
|
||||
dependencies: ut_dependencies,
|
||||
link_with: ut_library
|
||||
)
|
||||
test('conference', ut_recorder,
|
||||
workdir: ut_workdir, is_parallel: false, timeout: 1800
|
||||
)
|
||||
|
||||
ut_connection_manager = executable('ut_connection_manager',
|
||||
sources: files('unitTest/connectionManager/connectionManager.cpp'),
|
||||
include_directories: ut_includedirs,
|
||||
|
Reference in New Issue
Block a user