Browse Source

fix import/export adapter

afrokick 5 years ago
parent
commit
7a55281e17
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/adapter.ts

+ 2 - 2
lib/adapter.ts

@@ -1,3 +1,3 @@
-export {webRTCAdapter} from "webrtc-adapter";
+import webRTCAdapter from "webrtc-adapter";
 
 
-// export { webRTCAdapter };
+export { webRTCAdapter };