Skip to content

Commit

Permalink
Merge pull request #497 from agnauck/fix
Browse files Browse the repository at this point in the history
fix compile error
  • Loading branch information
legastero authored Sep 28, 2023
2 parents 460a6d0 + bf26344 commit d0e5dcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jingle/sdp/Protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ export function convertContentToIntermediate(
media.rtpParameters.headerExtensions.push({
direction: sendersToDirection(role, ext.senders || 'both'),
id: ext.id,
uri: ext.uri
uri: ext.uri,
atrributes: undefined
});
}
}
Expand Down

0 comments on commit d0e5dcb

Please sign in to comment.