Shahzad Umar Baig

Results 5 comments of Shahzad Umar Baig

``` W/System.err(17652): java.lang.IllegalArgumentException: Uknown native RtpTransceiverDirection type4 W/System.err(17652): at org.webrtc.RtpTransceiver$RtpTransceiverDirection.fromNativeIndex(RtpTransceiver.java:61) W/System.err(17652): at org.webrtc.RtpTransceiver.nativeDirection(Native Method) W/System.err(17652): at org.webrtc.RtpTransceiver.getDirection(RtpTransceiver.java:182) W/System.err(17652): at com.cloudwebrtc.webrtc.PeerConnectionObserver.transceiverToMap(PeerConnectionObserver.java:915) W/System.err(17652): at com.cloudwebrtc.webrtc.PeerConnectionObserver.onAddTrack(PeerConnectionObserver.java:452) E/rtc (17652): E/rtc (17652): E/rtc (17652): #...

I have found a solution to this problem. ``` SIPUAHelper sipUaHelper = SIPUAHelper(); // Some function you have created { sipUaHelper.call("type your extension here", voiceonly: true); } ``` Make sure...

I did not actually find a solution to this issue, but what happened to me was that the code started working magically which I had tried several times before. I...

I learnt one thing while working with this package is, in order to keep the calling stable you have to keep only one instance of Call class. Call all the...

> I'm using Flutter as a module in our native iOS and Android apps (which I assume a lot of people who are using this are doing since they have...