grebulon
grebulon
That's a great feature!
I traced the problem down to the way `isViewReused()` is implemented. It calls `engine.getLoadingUriForView(imageAware)` to get the cache key. This depends on the _imageAware_'s _id_, which is derived from the...
I'm not clicking that link...
jcenter got deprecated. Please port to maven. The build system has to be updated, otherwise it's hard to maintain.
I added more info on that at: https://github.com/haiyangwu/mediasoup-client-android/issues/54#issuecomment-1157475077
The native cc code for DataIsRecorded is defined as: ``` {"nativeDataIsRecorded", "(IJ)V", reinterpret_cast(&webrtc::AudioRecordJni::DataIsRecorded)}}; JNI_FUNCTION_ALIGN void JNICALL AudioRecordJni::DataIsRecorded(JNIEnv* env, jobject obj, jint length, jlong nativeAudioRecord) ``` The arguments are: **jint** length,...
I also added more comments on this at: https://github.com/haiyangwu/mediasoup-client-android/issues/54#issuecomment-1157475077 (sorry for the double post)
I only miss the menu actions for moving a tab to different container, and of course coloring the tabs (just a line on the edge is enough).
Got this problem too on a new MacBook Pro 2020 with Catalina 10.15.5 - after some time the keyboard (AND mouse) stop working. K-E version 12.10.0, LED manipulation off on...
Could be a bug in Catalina 