jitsi icon indicating copy to clipboard operation
jitsi copied to clipboard

Tooltip in Meeting Overview for copying meeting link to clipboard

Open KHIONO opened this issue 2 years ago • 4 comments

Hi,

there are three icons currently in the meeting overview with the actions to join the meeting, copy the meeting link and a menu with the bullet to delete the meeting.

Would it be possible to add a tooltip for "copy meeting link" to make it more visible when hovering over it?

Thanks!

KHIONO avatar Oct 12 '23 08:10 KHIONO

It is also unclear, how to share the meeting link to other users / groups in nextcloud. So the tooltip should be something like "copy meeting link and send it to participants or add as a location in calendar"

When having opened the conference, I am not allowed to invite another person from within my Jitsi instance:

JitisInvit0

rasos avatar Feb 07 '24 17:02 rasos

A meeting is called along with some config and UI options:

config.disableDeepLinking=true&config.prejoinPageEnabled=false&config.prejoinConfig.enabled=false&config.prejoinConfig=%7B%22enabled%22%3Afalse%7D&config.disableInviteFunctions=true&interfaceConfig.HIDE_INVITE_MORE_HEADER=true&interfaceConfig.MOBILE_APP_PROMO=false&interfaceConfig.SHARING_FEATURES=%5B%5D&devices.videoInput=%22%22&devices.audioInput=%22%22&userInfo.displayName=%22nextcloudusername%22

So we should change (or omit):

config.disableInviteFunctions=false
interfaceConfig.HIDE_INVITE_MORE_HEADER=false

rasos avatar Jun 03 '24 13:06 rasos