mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-29 23:26:23 +00:00
fix uncompliant sdp while refusing a video m line
This commit is contained in:
parent
90ee121587
commit
e3674ddf2e
1 changed files with 1 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ int offer_answer_initiate_incoming(const SalMediaDescription *local_capabilities
|
||||||
result->streams[i].dir=SalStreamInactive;
|
result->streams[i].dir=SalStreamInactive;
|
||||||
result->streams[i].port=0;
|
result->streams[i].port=0;
|
||||||
result->streams[i].type=rs->type;
|
result->streams[i].type=rs->type;
|
||||||
|
result->streams[i].payloads=remote_offer->streams[i].payloads;
|
||||||
if (rs->type==SalOther){
|
if (rs->type==SalOther){
|
||||||
strncpy(result->streams[i].typeother,rs->typeother,sizeof(rs->typeother)-1);
|
strncpy(result->streams[i].typeother,rs->typeother,sizeof(rs->typeother)-1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue