2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Update tgcalls to support codecs negotiation.

This commit is contained in:
John Preston
2020-07-13 16:47:05 +04:00
parent 0a019411ee
commit 6c272e38ad
2 changed files with 7 additions and 5 deletions

View File

@@ -13,16 +13,18 @@ set(tgcalls_loc ${tgcalls_dir}/tgcalls)
nice_target_sources(lib_tgcalls ${tgcalls_loc}
PRIVATE
CodecSelectHelper.cpp
CodecSelectHelper.h
Instance.cpp
Instance.h
InstanceImpl.cpp
InstanceImpl.h
Manager.cpp
Manager.h
MediaManager.cpp
MediaManager.h
NetworkManager.cpp
NetworkManager.h
Instance.cpp
Instance.h
InstanceImpl.cpp
InstanceImpl.h
SignalingMessage.cpp
SignalingMessage.h
ThreadLocalObject.h