Commit e3674ddf authored by jehan's avatar jehan
Browse files

fix uncompliant sdp while refusing a video m line

parent 90ee1215
No related merge requests found
Showing with 1 addition and 0 deletions
...@@ -232,6 +232,7 @@ int offer_answer_initiate_incoming(const SalMediaDescription *local_capabilities ...@@ -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);
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment