We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<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 .
android version 14
No response
The text was updated successfully, but these errors were encountered:
any update on this? @saghul
Sorry, something went wrong.
No branches or pull requests
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}
},
],
Platform
Browser / app / sdk version
android version 14
Relevant log output
No response
Reproducibility
More details?
No response
The text was updated successfully, but these errors were encountered: