linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Linphone 3.4.3


From: Stan Ratliff
Subject: [Linphone-developers] Linphone 3.4.3
Date: Mon, 21 Nov 2011 22:26:20 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15

Hello,

I'm trying to make some modifications to change call parameters (video on/off, and the CODEC in use) while a call is in progress.

Looks like I have to do more than call linphone_core_update_call(), since (according to the comments) it only effects the video stream. I'm thinking that in order to change the CODEC, I need to: 1. call linphone_call_params_set_audio_bandwidth() (I'm trying to change the bandwidth on the call),
2. re-make the CODEC list via make_codec_list(),
3. Then send the reinvite by calling sal_call_update()

Am I at least in the ballpark here, or all wet???

Regards,
Stan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]