nextcloud / jitsi

Nextcloud Jitsi Integration
GNU Affero General Public License v3.0
28 stars 9 forks source link

Tooltip in Meeting Overview for copying meeting link to clipboard #34

Open KHIONO opened 11 months ago

KHIONO commented 11 months ago

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!

rasos commented 7 months ago

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 commented 3 months ago

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