tdakanalis
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyMeet] Password set up?Hi,
sorry I did not notice that earlier to give a more precise answer. In the previous version of the plugin I added a filter to give anyoner the choice to display in the group settings only the fields they want. The filter in
$display_settings = apply_filters( ‘buddymeet_display_group_settings’, array_keys($defaults) );
However, accidentaly I did not include in the deafult settings the password. I will do it in the upcomming version. Meanwhile you can add that settings by adding into your theme the following line:
add_filter(‘buddymeet_display_group_settings’, ‘buddymeet_add_password_setting’, 10);
and then implementing the function buddymeet_add_password_setting like this:
function buddymeet_add_password_setting ($settings){
return array_push($settings, ‘password’);
}- This reply was modified 4 years, 6 months ago by tdakanalis.
Forum: Plugins
In reply to: [BuddyMeet] Password FailureThis is from the desrciption of the plugin about how the password works:
password: A password for the room. The first to enter the room sets that password and all other participants have to put it to enter.
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] PerformanceHi,
you are correct regarding the first part. Your wordpress server does not need to have super capabilities since the jitsi meet client runs on the browser of each individual participant.
Regarding the bad quality, I suppose it is because you used the default jitsi meet server (which is a public server installation) that i have configured by default to the plugin. Moreover, a 25 participants meeting is a quite big number so I suggest that you ask jitsi meet team about that.
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] PHP Warning while using WP 5.2.3 and BP 5.1.2Hi,
I will adress this issue in the upcomming version later this month
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] Not work with multisiteHi,
and sorry for the too late response. What the warning says is that buddymeet and buddypress have to be installed / activated in the same way. Either both network activated (multisite installation) or both locally activated (local installation in each wordpress site).
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] Link plugin to own Jitsi installationHi,
please check the above reply..
@schwarzaufweiss Thanks a lot for replying to this and many other commends. The last month was super busy for me but I will come back soon with an updated version.
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] Same network connection?Hi,
what the wardning says is that buddymeet and buddypress have to be activated in the same way. Either both network activated (multisite installation) or both locally activated (local installtion in each wordpress site).
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] Group page shows grey box for buddymeet iframeHi,
please use Chrome as it is the recommended browser by Jitsi Meet. Moreover, what @schwarzaufweiss replied is spot on.
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] No user or avatar for shortcodeHi,
you can set the user and their avatar by setting the following settings in the shortcode:
user: The user to display
avatar: The url with the avatar to displayThanks,
Themis- This reply was modified 4 years, 6 months ago by tdakanalis.
Forum: Plugins
In reply to: [BuddyMeet] Video/Mic stops when a 3rd person joinsHi,
that is a question for jitsi meet team.
Thanks,
ThemisHi,
does the console of your browser report a specific line where this error occurs? If so, could you please share that information?
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] Is there a Setting to Force the Desktop View on a Mobile Device?Hi,
no, this is how the embedded jitsi meet client works.
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] jisti option when close meetingHi,
regarding the page you see when you end the meeting from the button that jitsi meet has, it is something that the plugin cannot control. For that reason I suggest that you hide that button so users have just to navigate out of the page in order to close the meeting.
1. This is something I am considering to add in the admin menu I am working on, that will be accesible via the admin panel.
2,3 You can create a new room via the plugin by clicking on the “Create Room” tab.
4. When you create a new group, the plugin automatically creates a sigle room which is accessible by all members of the group. You can visit that room by clicking on the “Meet Group” tab.
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] How many maximum users can join the conference?Hi,
that is a question for jitsi meet team.
Thanks,
ThemisForum: Plugins
In reply to: [BuddyMeet] Branded watermark isn’t displayedHi,
unfortunatelly I have not a self hosted installation anymore to test this so I suggest that you read the documentation that jitsi meet provides regarding the settings that you have to set and the location of the watermark image.
My first thoughts are that jitsi meet needs that image in a specific location in the server where the server installation runs in order to be able to find it and serve it. That’s why you can change the watermark only of you own (you have access to) the server installation.
hope that helps,
themis