mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Update tgcalls to support codecs negotiation.
This commit is contained in:
parent
0a019411ee
commit
6c272e38ad
2 changed files with 7 additions and 5 deletions
2
Telegram/ThirdParty/tgcalls
vendored
2
Telegram/ThirdParty/tgcalls
vendored
|
@ -1 +1 @@
|
|||
Subproject commit c0d0e35c3f42258dcbc24f1e0902c734bf311776
|
||||
Subproject commit 77f3411be90234a90cf0479d17e26bbad7106de3
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue