You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to record stream,it working perfect in android 6 and 7 but not work in android 5.It goes into Error block of recording. @OverRide
public void onError() {
Log.e("Call", "error");
}
I am also unable to identify what is error here