multi-stream: check peer's Daemon version

Check peer's Daemon version and ignore media change request
action from the client if the the peer does not support the
feature.
Also bump Daemon version to 10.0.2

Gitlab: #551

Change-Id: Ifd105d2fe2706b4667f5bafabcb3d91e771e7299
This commit is contained in:
Mohamed Chibani
2021-05-20 08:42:50 -04:00
committed by agsantos
parent 8f7e050f12
commit 53d0ae39d1
11 changed files with 174 additions and 12 deletions

View File

@ -1,5 +1,5 @@
project('jami-daemon', ['c', 'cpp'],
version: '10.0.1',
version: '10.0.2',
license: 'GPL3+',
default_options: ['cpp_std=gnu++17', 'buildtype=debugoptimized'],
meson_version:'>= 0.54'