dart-sip-ua icon indicating copy to clipboard operation
dart-sip-ua copied to clipboard

A dart-lang version of the SIP UA stack.

Results 179 dart-sip-ua issues
Sort by recently updated
recently updated
newest added

Google浏览器65版本 RTCDTMFSender dtmfSender = _session.dtmfSender; dtmfSender.insertDTMF(_tone!, duration: _duration!, interToneGap: _interToneGap!); 报错误 NoSuchMethodError: tried to call a non-function, such as null: 'this[_jsDtmfSender$][$insertDtmf]', ----------:packages/dart_webrtc/src/rtc_dtmf_sender_impl.dart 11:26

bug

![image](https://user-images.githubusercontent.com/5885198/179170371-10512fca-71f7-4101-b191-999c821e5371.png) when call sendDTMF method on Chrome 65, get the following error: ![image](https://user-images.githubusercontent.com/5885198/179176632-e3ff3b46-619a-4af7-a8eb-ba18e0f9191f.png) when call sendDTMF method on FireFox all version, get the following error: ![image](https://user-images.githubusercontent.com/5885198/179176842-1fa74c1a-58ae-41b2-9ded-89fd0a1c6dbc.png)

bug

**Describe the bug** Level.debug sip_ua_helper.dart:214 ::: call failed with cause: Code: [488], Cause: Incompatible SDP, Reason: Not Acceptable Here **System Infomation()** Flutter SDK Version:3.0.1 Target OS and Version:Android 10 Host...

bug

``` flutter: [2022-07-12 15:28:57.758] Level.error rtc_session.dart:2452 ::: emit "peerconnection:setremotedescriptionfailed" [error:Unable to RTCPeerConnection::setRemoteDescription: Error Failed to set remote answer sdp: Called with SDP without DTLS fingerprint.] ``` I'm getting this error,...

I have added helper and register it, but when i call helper.call function is not doing anything, i am using getx as i debug i found that call is not...

bug

Describe the bug Encounter Error: Unhandled Promise Rejection: TypeError: Member RTCIceServer.urls is required and must be an instance of (DOMString or sequence) To Reproduce Steps to reproduce the behavior:Member RTCIceServer.urls...

bug

currently, on android, I tested it many times and the microphone is working fine. but on ios, the microphone is working on first time, but is not working on second...

bug

I am trying to test it by its not able to connect [2022-07-01 19:17:53.889] Level.info websocket_dart_impl.dart:25 ::: connect wss://tryit.jssip.net:10443, {Origin: https://tryit.jssip.net, Host: tryit.jssip.net:10443}, [sip] I/flutter (32048): [2022-07-01 19:17:54.221] Level.error websocket_dart_impl.dart:109...

I do video call from `https://tryit.jssip.net/` to Flutter: ``` INVITE sip:[email protected] SIP/2.0 Via: SIP/2.0/WSS pvngo3rdjrg0.invalid;branch=z9hG4bK1238648 Max-Forwards: 69 To: From: "morfair-work-pc" ;tag=gba3bp7ub6 Call-ID: hqsmog5cf3hi7fhiad1b CSeq: 9239 INVITE Contact: Content-Type: application/sdp Session-Expires:...

bug

I use the local zycoo audio center as a SIP server. and WebSocket can't connect with code 1006. I want to know if WebSocket works with a local server? or...