Skip to content

running the exmaple results in a fatal error while calling #169

@shamis

Description

@shamis

Describe the bug
Registration was successfull, When starting the call the call dialog comes and then the whole app crashes with following log

I/flutter (28112): [2021-01-29 23:21:23.418] Level.debug rtc_session.dart:1572 ::: emit "peerconnection"
I/flutter (28112): [2021-01-29 23:21:23.421] Level.debug rtc_session.dart:2826 ::: newRTCSession()
I/flutter (28112): [2021-01-29 23:21:23.428] Level.debug sip_ua_helper.dart:155 ::: newRTCSession => Instance of 'EventNewRTCSession'
I/org.webrtc.Logging(28112): EglRenderer: Initializing EglRenderer
I/org.webrtc.Logging(28112): EglRenderer: EglBase.create shared context
I/org.webrtc.Logging(28112): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(28112): EglRenderer: Initializing EglRenderer
I/org.webrtc.Logging(28112): EglRenderer: EglBase.create shared context
I/org.webrtc.Logging(28112): EglBase14Impl: Using OpenGL ES version 2
I/ViewRootImpl@6f40bb8MainActivity: MSG_WINDOW_FOCUS_CHANGED 0 1
D/InputMethodManager(28112): prepareNavigationBarInfo() DecorView@b02cecc[MainActivity]
D/InputMethodManager(28112): getNavigationBarColor() -855310
D/InputTransport(28112): Input channel destroyed: 'ClientS', fd=93
I/ViewRootImpl@6f40bb8MainActivity: stopped(false) old=false
I/FlutterWebRTCPlugin(28112): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true]
E/rtc (28112):
E/rtc (28112):
E/rtc (28112): #
E/rtc (28112): # Fatal error in: ../../../../usr/local/google/home/sakal/code/webrtc-aar-release/src/pc/peer_connection.cc, line 1989
E/rtc (28112): # last system error: 0
E/rtc (28112): # Check failed: IsUnifiedPlan()
E/rtc (28112): # GetTransceivers is only supported with Unified Plan SdpSemantics.
F/libc (28112): Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 28801 (signaling_threa), pid 28112 (_sip_ua_example)


To Reproduce
Steps to reproduce the behavior:

  1. Run the example on flutter dev channel (had to remove androidx from the create script)
  2. Run the app
  3. Register with the sip server
  4. Enter the number to call and press call
  5. Crash happens

Expected behavior
Call to be connected without a crash

System Infomation()
Flutter SDK Version: 1.26.0-17.1.pre
Target OS and Version: android 10
Host OS and Version: Mac OS X 10.13.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions