This branch implements InitialAudio and InitialVideo as requestable properties, and exposes them on incoming calls. % git diff --stat split-media-channel extensions/Channel_Type_Streamed_Media_Future.xml | 151 +++++++++++ extensions/all.xml | 1 + src/media-channel-internal.h | 3 + src/media-channel.c | 282 +++++++++++++++++---- src/media-channel.h | 5 + src/media-factory.c | 97 ++++++-- tests/twisted/Makefile.am | 1 + tests/twisted/constants.py | 4 + tests/twisted/jingle/initial-audio-video.py | 163 ++++++++++++ tests/twisted/jingle/jingletest2.py | 24 ++- 10 files changed, 658 insertions(+), 73 deletions(-)
Reviewed.
merged.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.