Skip to content
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

Can't disable the join sound #14745

Open
luca-rmg opened this issue May 14, 2024 · 0 comments
Open

Can't disable the join sound #14745

luca-rmg opened this issue May 14, 2024 · 0 comments

Comments

@luca-rmg
Copy link

luca-rmg commented May 14, 2024

Description:

I need to disable the sound played at the conference start on an iOS client.
I also searched for the sound resource in the jitsi-meet project but I don’t find it.

My code:

builder.setConfigOverride("disabledSounds", with: [
              "ASKED_TO_UNMUTE_SOUND",
              "E2EE_OFF_SOUND",
              "E2EE_ON_SOUND",
              "INCOMING_MSG_SOUND",
              "KNOCKING_PARTICIPANT_SOUND",
              "LIVE_STREAMING_OFF_SOUND",
              "LIVE_STREAMING_ON_SOUND",
              "NO_AUDIO_SIGNAL_SOUND",
              "NOISY_AUDIO_INPUT_SOUND",
              "OUTGOING_CALL_EXPIRED_SOUND",
              "OUTGOING_CALL_REJECTED_SOUND",
              "OUTGOING_CALL_RINGING_SOUND",
              "OUTGOING_CALL_START_SOUND",
              "PARTICIPANT_JOINED_SOUND",
              "PARTICIPANT_LEFT_SOUND",
              "RAISE_HAND_SOUND",
              "REACTION_SOUND",
              "RECORDING_OFF_SOUND",
              "RECORDING_ON_SOUND",
              "TALK_WHILE_MUTED_SOUND"
          ])

Client information:

  • Operating System: iOS 17.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant