项目作者: Smekalisty

项目描述 :
WebRTC without signaling server for Android
高级语言: Kotlin
项目地址: git://github.com/Smekalisty/JustWebRTC.git
创建时间: 2019-03-09T10:48:01Z
项目社区:https://github.com/Smekalisty/JustWebRTC

开源协议:

下载


Just WebRTC

A very simple example of how to use WebRTC in 3 steps

Step 1

Give permission

Step 1a
Step 1b

Step 2

Instead of signaling server is used broadcasting)

Usually it’s enough to connect both devices to one wi-fi access point

For the emulator will have to play around with the settings

Step 2

Step 3

Wait up to 20 seconds

If the ip address was determined WebRTC will show the magic

If not, specify ip address manually in the partnerIp field

Step 3a
Step 3b