dart-sip-ua
dart-sip-ua copied to clipboard
A dart-lang version of the SIP UA stack.
Building a VOIP application on Flutter to connect to Freeswitch server webrtc, and loading registration information from Firestore. Problem Android: Registration works ok in debug mode, but when I move...
**Describe the bug** DTMF does not work on Windows. **Expected behavior** DTMF does not work on Windows. However, on the Web and mobile everything is OK.. **System Infomation()** Flutter SDK...
**Describe the bug** I am experiencing an issue when making a REFER call using the Dart SIP UA library. The call is terminated unexpectedly, and I am receiving the following...
https://github.com/flutter-webrtc/dart-sip-ua/issues/198 If you share the code for attended call transfer would be appreciated, as the continuation of above thread
Hi! The code works fine, I managed to implement almost all the functionality, but there are some problems: I can’t implement a conference from several endpoints in any way. I...
Hey guys, For a work research project we needed a flutter client to connect and use a 3cx server. 3cx unfortunately doesn't allow for a websocket connection. I've succefully implemented...
Hello, I want to know how to change the codec, bitrate, rate, of audio call, thanks
Hello Using your application on Android, I discovered a problem with video when using the H264 codec only. When another SIP agent videocalls an application with a codec parameter packetization-mode=1...
I set the call within 15 seconds_ State==CallStateEnum. NONE will automatically hang up the call Hangup ({'status_code ': 603}); But some will receive a call after 2 minutes. Is this...