it('parses Conference Total (CT) bandwidth', function() {
      expect(sdp.bandwidths[0].type).to.equal('CT');
      expect(sdp.bandwidths[0].value).to.equal(32);
    });