WebRTC on a standalone mobile app

后端 未结 16 2185
一个人的身影
一个人的身影 2021-01-30 09:42

I know that WebRTC was designed for browsers, but is it possible to use WebRTC libraries on mobile applications directly?

Thanks!

16条回答
  •  [愿得一人]
    2021-01-30 09:47

    If you are targeting android >= L you can build a native webRTC app pretty easily by embedding a (chrome) webview - which supports WebRTC - into your app.

    See chrome webview

提交回复
热议问题