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

onPress event of customToolbarButtons for particular button is not working #15479

Open
1 of 11 tasks
Sbhagat705 opened this issue Jan 13, 2025 · 1 comment
Open
1 of 11 tasks

Comments

@Sbhagat705
Copy link

Sbhagat705 commented Jan 13, 2025

What happened?

<JitsiMeeting
config={{
customToolbarButtons: [
{
icon: "https://w7.pngwing.com/pngs/987/537/png-transparent-download-downloading-save-basic-user-interface-icon-thumbnail.png",
id: "btn1",
text: "Show Content",
onPress:{handleToolbarButtonClick}
},
],

                hideConferenceTimer: true,
                subject: room,
                startTime: start_date,
                endTime: end_date,
                duration: duration,
                whiteboard: {
                  enabled: true,
                  collabServerBaseUrl: {`https://${host_url}`},
                },
              }}
              flags={{
                "invite.enabled": false,
                "audioMute.enabled": true,
                "ios.screensharing.enabled": true,
                "fullscreen.enabled": false,
                "audioOnly.enabled": false,
                "android.screensharing.enabled": true,
                "pip.enabled": true,
                "pip-while-screen-sharing.enabled": true,
                "conference-timer.enabled": true,
                "close-captions.enabled": false,
                "toolbox.enabled": true,
                "recording.enabled": false,
              }}
              eventListeners={eventListeners}
              ref={jitsiMeeting}
              style={styles.meeting}
              room={room}
              serverURL={`https://${host_url}`}
              token={jwt}
              userInfo={{
                displayName: `${user.first_name} ${user.last_name}`,
                email: `${user.email}`,
                avatarURL: `${user.profile_url}`,
              }}
            />
            
            
            onPress of customToolbarButtons is not working in jitsiMeeting how to show particular event on customToolbarButtons click .

Platform

  • Chrome (or Chromium based)
  • Firefox
  • Safari
  • Other desktop browser
  • Android browser
  • iOS browser
  • Electron app
  • Android mobile app
  • iOS mobile app
  • Custom app using a mobile SDK

Browser / app / sdk version

android version 14

Relevant log output

No response

Reproducibility

  • The problem is reproducible on meet.jit.si

More details?

No response

@Sbhagat705
Copy link
Author

Sbhagat705 commented Jan 14, 2025

any update on this?
@saghul

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