how to use adapter.js of webRTC-adapter?

前端 未结 2 607
无人及你
无人及你 2021-01-22 19:07

I am writing a WebRTC application and have the following problem:

I want to use the adapter.js library.

I have the following index.html:



        
2条回答
  •  遥遥无期
    2021-01-22 19:37

    if you have checked installing adapter js? check

    npm webrtc-adapter --version
    

    if not showing up in node, install it to your app

    npm install --save webrtc-adapter 
    

提交回复
热议问题