Skip to content

An example of WebRTC natively on Android using nodejs for signaling

License

Notifications You must be signed in to change notification settings

minhdl93/webrtc_client

Repository files navigation

WebRTC android client -

Core forked from https://github.com/pchab/AndroidRTC GUI forked from https://github.com/GleasonK/AndroidRTC

An Android client for webrtc_server.

It is designed to demonstrate WebRTC video calls between androids clients.

How To

You need webrtc_server up and running on port 3000, and it must be somewhere that your android can access. Modify the host string (in res/values/strings.xml) to the server IP.

#Result screen

#Login

Alt text

#Register

Alt text

#Main screen

Alt text

#Add friend screen (search name and click the plus icon)

Alt text

#When the people is online the status will change from offline to online

Alt text

#Incoming call when someone calls you

Alt text

#Two clients start to chat with other

Alt text

#The chat between two users

Alt text

Libraries

Author

About

An example of WebRTC natively on Android using nodejs for signaling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages