A WebRTC based tool to support low latency audio conferencing. This is targeted to allow musicians to be able to jam together.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
136 B

  1. import InlineWorker from 'inline-worker';
  2. export class Jamming {
  3. otherattr = InlineWorker;
  4. someattr = 5;
  5. };
  6. export default Jamming;