Skip to content

Commit

Permalink
Parse i-line at media level in SDP record (which is ignored without t…
Browse files Browse the repository at this point in the history
…his update)
  • Loading branch information
OlafAlejandro committed Aug 24, 2021
1 parent 0cd1708 commit 489ab61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libsofia-sip-ua/sdp/sdp_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,10 @@ static void parse_descs(sdp_parser_t *p,
bandwidths = &(*bandwidths)->b_next;
break;

case 'i':
parse_information(p, rest, &m->m_information);
break;

case 'k':
parse_key(p, rest, &m->m_key);
break;
Expand Down

0 comments on commit 489ab61

Please sign in to comment.