-
Notifications
You must be signed in to change notification settings - Fork 110
Description
This crash came up in @deruelle session when muting the call which in the bridge. Here's the stack trace from TestFairy:
FATAL EXCEPTION: main
Process: com.telestax.restcomm_messenger, PID: 20922
java.lang.NullPointerException: Attempt to invoke virtual method 'void org.mobicents.restcomm.android.client.sdk.AppRTCAudioManager.setMute(boolean)' on a null object reference
at org.mobicents.restcomm.android.client.sdk.RCConnection.setMuted(RCConnection.java:342)
at com.telestax.restcomm_messenger.CallActivity.onCheckedChanged(CallActivity.java:324)
at android.widget.CompoundButton.setChecked(CompoundButton.java:154)
at android.widget.CompoundButton.toggle(CompoundButton.java:113)
at android.widget.CompoundButton.performClick(CompoundButton.java:118)
at android.view.View$PerformClick.run(View.java:19873)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5289)
at java.lang.reflect.Method.invoke(Native Method)