Skip to content

neemosh/webrtc_flutter_example

 
 

Repository files navigation

webrtc_flutter_test

This is a simple flutter text chat application using flutter_webrtc.

Demo

How to use this demo

This demo does only have the webrtc code with no signaling logic, the signaling should be done via other means. Click on the gif above demonstrating the following steps.

  • First A click on offer button to create an offer sdp.
  • A should signal the offer sdp via WhatsApp for example to B
  • B should open the application and click on answer button to create an answer sdp.
  • B should signal the answer sdp back to A
  • A should click on set remote and use the answer sdp he got from B

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 74.9%
  • JavaScript 11.5%
  • Ruby 9.5%
  • Swift 2.8%
  • Other 1.3%