it('parses the type', function() {
      expect(sdp.media[0].type).to.equal('audio');
      expect(sdp.media[1].type).to.equal('video');
    });