Coder Social home page Coder Social logo

Comments (20)

saghul avatar saghul commented on June 3, 2024 1

Yes, you need version 9.2.2.

from jitsi-meet.

saghul avatar saghul commented on June 3, 2024 1

Here is the proper link, we'll fix it in the release notes: https://github.com/jitsi/jitsi-meet/releases/tag/android-sdk-9.2.2

from jitsi-meet.

saghul avatar saghul commented on June 3, 2024

We need more details. What is "randomly"? Please provideo logcat logs.

from jitsi-meet.

shubham7111999 avatar shubham7111999 commented on June 3, 2024

"Randomly" mean sometime It is working or some time it is not working when I stop and start to share the screen in room .

from jitsi-meet.

shubham7111999 avatar shubham7111999 commented on June 3, 2024

Here is my Logs --> E Error in uvc camera enumeration
java.lang.IllegalArgumentException: com.cbc: Targeting U+ (version 34 and above) disallows creating or retrieving a PendingIntent with FLAG_MUTABLE, an implicit Intent within and without FLAG_NO_CREATE and FLAG_ALLOW_UNSAFE_IMPLICIT_INTENT for security reasons. To retrieve an already existing PendingIntent, use FLAG_NO_CREATE, however, to create a new PendingIntent with an implicit Intent use FLAG_IMMUTABLE.
at android.os.Parcel.createExceptionOrNull(Parcel.java:3061)
at android.os.Parcel.createException(Parcel.java:3041)
at android.os.Parcel.readException(Parcel.java:3024)
at android.os.Parcel.readException(Parcel.java:2966)
at android.app.IActivityManager$Stub$Proxy.getIntentSenderWithFeature(IActivityManager.java:6597)
at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:757)
at android.app.PendingIntent.getBroadcast(PendingIntent.java:740)
at com.jiangdg.usb.USBMonitor.register(USBMonitor.java:181)
at com.jiangdg.ausbc.camera.CameraUvcStrategy.register(CameraUvcStrategy.kt:506)
at com.jiangdg.ausbc.camera.CameraUvcStrategy.(CameraUvcStrategy.kt:66)
at com.oney.WebRTCModule.UVCCamera2Enumerator.getDeviceNames(UVCCamera2Enumerator.java:45)
at com.oney.WebRTCModule.GetUserMediaImpl.enumerateDevices(GetUserMediaImpl.java:147)
at com.oney.WebRTCModule.WebRTCModule.lambda$enumerateDevices$12$com-oney-WebRTCModule-WebRTCModule(WebRTCModule.java:787)
at com.oney.WebRTCModule.WebRTCModule$$ExternalSyntheticLambda15.run(Unknown Source:4)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Caused by: android.os.RemoteException: Remote stack trace:
at com.android.server.am.ActivityManagerService.getIntentSenderWithFeatureAsApp(ActivityManagerService.java:5333)
at com.android.server.am.ActivityManagerService.getIntentSenderWithFeature(ActivityManagerService.java:5276)
at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:3266)
at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2763)
at android.os.Binder.execTransactInternal(Binder.java:1358)
2024-03-12 10:06:44.095 4795-5400 ReactNativeJS com.cbc I rn-webrtc:pc:DEBUG 1 getStats +10s
2024-03-12 10:06:44.179 4795-5400 ReactNativeJS com.cbc I rn-webrtc:pc:DEBUG 1 getStats +84ms
2024-03-12 10:06:45.554 4795-6610 FA com.cbc V Inactivity, disconnecting from the service

from jitsi-meet.

saghul avatar saghul commented on June 3, 2024

Interesting.

The problem seems to be in in the UVC camera enumerator, which is a recent addition.

Is that all you get? There is nothing related to screen sharing there.

from jitsi-meet.

shubham7111999 avatar shubham7111999 commented on June 3, 2024

but how when I were using compile SDK 33 with jitsi version 8.6.1 Screen share were working properly , when compile Sdk upgrade to 34 & Jitsi version 9.0.0 it stops working

from jitsi-meet.

saghul avatar saghul commented on June 3, 2024

Those 2 changes are quite major.

from jitsi-meet.

shubham7111999 avatar shubham7111999 commented on June 3, 2024

what is it mean I not able to understant.Please tell me is I need to do changes in my project or your team is working on this issue?

from jitsi-meet.

saghul avatar saghul commented on June 3, 2024

We are working on a fix.

from jitsi-meet.

shubham7111999 avatar shubham7111999 commented on June 3, 2024

ok when it will be resolve please tell me

from jitsi-meet.

saghul avatar saghul commented on June 3, 2024

I took a look and cannot reproduce the problem. The exception about UVC cameras is not fatal. I will fix that, but I see no problem with screen sharing. Tested both Android 13 and 14.

from jitsi-meet.

shubham7111999 avatar shubham7111999 commented on June 3, 2024

but @saghul I not able to understand whats the problem . Can you help me to tell what is Android configuration required by jitsi version 9.0.0

from jitsi-meet.

shubham7111999 avatar shubham7111999 commented on June 3, 2024

Currently i am using the Jitsiview

from jitsi-meet.

saghul avatar saghul commented on June 3, 2024

I don't understand what your problem is to begin with. "Screen sharing is working randomly" doesn't add much to it.

Currently i am using the Jitsiview

That is not an API we encourage people to use. You should try to use JitsiMeetActivity instead.

from jitsi-meet.

shubham7111999 avatar shubham7111999 commented on June 3, 2024

but my requirment is jitsiview so i able to customize the screen and controls. when is start & stop the screen sharing I work properly 2 - 3 time after this it shows black screen to users in room.

from jitsi-meet.

github-actions avatar github-actions commented on June 3, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from jitsi-meet.

Ewrei avatar Ewrei commented on June 3, 2024

Has this problem been fixed? I also encounter this problem on Samsung S23

from jitsi-meet.

Ewrei avatar Ewrei commented on June 3, 2024

@saghul The link doesn't work( https://github.com/jitsi/jitsi-meet/releases/tag/android-9.2.2

Снимок экрана 2024-05-22 в 15 18 09

from jitsi-meet.

saghul avatar saghul commented on June 3, 2024

Hum, I'll double check. At any rate the artifacts are there in our maven repo.

from jitsi-meet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.