Skip to content

gomoto/air

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsconfig.json notes

  • "skipLibCheck": true is needed because @types/webrtc which uses some undefined types. peerjs also specifies "skipLibCheck": true.
  • "esModuleInterop": true is needed because peerjs has mismatched export types for the Peer class in lib/exports.ts and index.d.ts.

About

P2P video communication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published