flutter-webrtc-server
flutter-webrtc-server copied to clipboard
A simple WebRTC signaling server for flutter-webrtc.
I wanted to submit a PR, but I don't have access to push new branches. Here is a multi-stage docker build file that takes into account certificates ``` FROM golang:1.19...
Hello friends Please answer, it is very important to me 1- Is it possible to have arbitrary encryption in Webrtc in the web or mobile version? If possible, how is...
Hello friends This is a very important issue and it is a pity that this package does not have it I want inside the package https://pub.dev/packages/flutter_webrtc In the audio and...
``` import 'dart:convert'; import 'package:flutter_webrtc/flutter_webrtc.dart'; import 'package:qim/controller/websocket.dart'; import 'package:qim/utils/functions.dart'; class Session { Session({required this.fromId, required this.toId}); int fromId; int toId; RTCPeerConnection? pc; List remoteCandidates = []; } enum SignalingState {...
ERROR LOG 👍 016:064][60451] (stun_port.cc:460): Port[4918800:0:1:0:host:Net[en1:2405:4803:b48b❌x❌x:x/64:Wifi:id=2]]: StunPort: stun host lookup received error 8 [016:064][60451] (basic_port_allocator.cc:1118): Port[4918800:0:1:0:host:Net[en1:2405:4803:b48b❌x❌x:x/64:Wifi:id=2]]: Port completed gathering candidates. [016:064][60451] (stun_port.cc:460): Port[4918e00:0:1:0:host:Net[lo0:0:0:0❌x❌x:x/128:Loopback:id=4]]: StunPort: stun host lookup received error 8...