Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
initiator instead of inititator
`initiator` instead of `inititator`
  • Loading branch information
itsazzad committed Jan 21, 2018
1 parent fed3d32 commit b867154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ var sjj = require('sdp-jingle-json');
// I have SDP, but want JSON:
var json = sjj.toSessionJSON(sdpBlob, {
creators: ['initiator', 'initiator'], // Who created the media contents
role: 'inititator', // Which side of the offer/answer are we acting as
role: 'initiator', // Which side of the offer/answer are we acting as
direction: 'outgoing' // Are we parsing SDP that we are sending or receiving?
});
Expand Down

0 comments on commit b867154

Please sign in to comment.