-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing 'Start Recording' Ability for Newly Assigned Moderator in Jitsi Meet (iOS/Android) #15779
Comments
Hello. Can you try latest SDK? 11.1.2. Thanks. |
Hello @Calinteodor, I tested with the latest SDK version 11.1.3, but the issue still persists. |
Does your deployment have Jibris available? Recording won't work and will thus not be visible otherwise. |
Yes, it is available for recording. The 'Start Recording' option is shown to the pre-assigned moderator for that meeting and works fine. However, it doesn't work in dynamic cases where a moderator grants moderator rights to a normal participant in the ongoing meeting. In such cases, the "Start Recording" option does not appear for the newly assigned moderator. |
Thanks for the report! |
Is there a way to observe when a participant is granted with moderator rights by the host during an ongoing meeting on iOS/Android and we dynamically update feature flag values in real-time from our side? |
That's not possible. We should be updating the state ourselves. @Calinteodor can you PTAL? |
Hello @Calinteodor, any updates on this? Could you please take a look when you get a chance? |
No updates. Until I manage to take a look, please try to reproduce this by using our android and ios sample apps right here. Let me know how it goes. |
I observed in the android app of Jitsi Meet that recording (local) isn't available as an option as it is on the web. Is it not there for a purpose? |
Local recordings are not available on mobile, no. |
Specifically, the local recording feature is implemented via Chrome desktop-specific calls, which are not present on other platforms. |
Thank you for replying @saghul @aaronkvanmeerten ! I'm a beginner android developer, and I've been working on a project to create a VoIP dialer app using Jitsi Meet. I wanted to add call/meeting recording functionality, but I found out that this feature isn't available for android apps. I looked into possible workarounds, like using low-level APIs from Jitsi Meet or modifying the config.js file to enable "local recording" when setting up the room or using broad cast actions as given here: https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-android-sdk#broadcasting-actions Unfortunately, above methods didn't work so now I'm considering using a Jibri setup for recording the calls. Is there anything I might be overlooking? |
You didn't overlook anything, it's not possible to do on mobile currently, so Jibri is the right approach indeed. |
Ohh Thanks again @saghul ! |
What happened?
We are using the Jitsi Meet SDK across iOS, Android, and Web platforms. The issue we are encountering is specific to iOS and Android when a participant, starts a meeting with certain feature flags enabled and the participant is granted with moderator rights by the meeting host in the running meeting.
iOS Swift Code:
Once the meeting moderator grants moderator rights, the participant’s role is updated to a moderator, unlocking additional abilities with basic abilities, such as:
However, the ability to "Start Recording" is not visible to the newly assigned moderator in iOS/Android. but In the web version a person who is granted as a moderator, gets the 'Start Recording' ability. it’s automatically handled by JitsiMeet.
Expected Behavior:
Is there any additional configuration or feature flag required to resolve this issue? Also, is there a way to observe when a participant is granted moderator rights on iOS/Android, and we dynamically set or update feature flag values at runtime from our end?
Platform
Browser / app / sdk version
10.3.0
Relevant log output
Reproducibility
More details?
No response
The text was updated successfully, but these errors were encountered: