it('parses ice-ufrag', function() {
    expect(sdp.attrs[5]).to.eql({
      type: 'ice-ufrag',
      value: '4dS4NkAMrAgKccxA',
    });