Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ReberSincar/Flutter-WebRTC-Socketio-Video-Call
https://github.com/ReberSincar/Flutter-WebRTC-Socketio-Video-Call
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ReberSincar/Flutter-WebRTC-Socketio-Video-Call
- Owner: ReberSincar
- Created: 2021-08-12T13:50:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T05:00:06.000Z (about 3 years ago)
- Last Synced: 2024-08-03T14:08:36.063Z (3 months ago)
- Language: Dart
- Size: 85.9 KB
- Stars: 15
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FLUTTER WEBRTC VIDEO CALL
Flutter WebRTC One to one Video Call with socket.io
- Call a user with video
- Call a user with audio
- Answer call
- Decline call
- Cancel call
- Switch camera
- Mute / Unmute microphone
- Hangup
Server project : https://github.com/ReberSincar/Webrtc-Nodejs-Socketio-Server
Add your server address to lib/services/socket_service.dart file.