mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 02:39:22 +00:00
Merge branch 'master' of git.sv.gnu.org:/srv/git/linphone
This commit is contained in:
commit
7f7ee739c2
2 changed files with 6 additions and 0 deletions
|
|
@ -424,6 +424,10 @@ static void call_updating(SalOp *op){
|
|||
}
|
||||
/*accept the modification (sends a 200Ok)*/
|
||||
sal_call_accept(op);
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> 949b3cd84135d234abab27a023885ad977f715c9
|
||||
if (prevstate!=LinphoneCallIdle){
|
||||
linphone_call_set_state (call,prevstate,"Connected (streams running)");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,6 +61,8 @@ void linphone_call_add_to_conf(LinphoneCall *call){
|
|||
LinphoneCore *lc=call->core;
|
||||
LinphoneConference *conf=&lc->conf_ctx;
|
||||
MSAudioEndpoint *ep;
|
||||
call->params.has_video = FALSE;
|
||||
call->camera_active = FALSE;
|
||||
ep=ms_audio_endpoint_get_from_stream(call->audiostream,TRUE);
|
||||
ms_audio_conference_add_member(conf->conf,ep);
|
||||
call->endpoint=ep;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue