Linux 软件免费装
Banner图

BuddyMeet

开发者 tdakanalis
cytechltd
更新时间 2025年7月3日 08:20
PHP版本: 5.3 及以上
WordPress版本: 6.8.1
版权: GPLv3
版权网址: 版权信息

标签

video buddypress conference BuddyMeet jitsi

下载

2.6.0 2.1.1 2.3.0 2.2.0 2.1.0 2.4.0 2.5.0

详情介绍:

BuddyMeet is a BuddyPress (2.5+) plugin that uses Jitsi Meet to allow the members of a community to participate into virtual conference rooms with video and audio capabilities. BuddyMeet's features include: Moreover, you can use the shortcode [buddymeet room=ROOM_HERE subject=SUBJECT_HERE] to add a conference room to any WordPress page. In that case, you have to pass any configuration by using the following shortcode parameters: BuddyMeet uses by default the 8x8.vc service which is maintained by the Jitsi team at 8x8. Upon the initialization of a room, BuddyMeet sends the following information to the service: However, if you want to use your own hosted installation of Jitsi Meet, you can just configure the corresponding domain via the "Manage" menu of a BuddyPress group. For more information about Jitsi Meet please follow the links below: This plugin is currently available only in english.

安装:

You can download and install BuddyMeet using the built-in WordPress plugin installer. If you download BuddyMeet manually, make sure it is uploaded to "/wp-content/plugins/buddymeet/".

屏幕截图:

  • Meet all the group members
  • Invite a group member to a meet
  • Send the invitations to the added group members
  • Meet the invited members
  • Accept a meet invitation
  • Enter the room you was invited into
  • Switch among different rooms you have been invited into
  • Set the default Jitsi domain in the administration menu
  • Generate an API key on 8x8.vc following their documentation
  • Configure your App ID, API Key ID, and private key via the administration menu

升级注意事项:

1.5.0 = In case you had overridden the templates of the plugin you might now have to move the home.php file under a legacy folder. 1.2.0
  • After the update of the plugin to this version you need to deactivate and reactivate the plugin

常见问题:

If you have any question

Use the support forum of this plugin.

Jitsi Meet cannot access my microphone or camera

Jitsi Meet uses your browser's API to ask for permissions to access your microphone or camera. In case you get an error that your device can not by accessed or used, please check one of the following:

  • Another application uses the device.
  • Your browsing context is insecure (that is, the page was loaded using HTTP rather than HTTPS).
  • You denied access to your browser when you were asked for.
  • You have denied globally access to all applications via your browser's configuration

I cannot find the Settings page

BuddyMeet is mainly a BuddyPress plugins. It actually extends the BuddyPress Groups component by adding a new BuddyMeet menu page as well as a settings page accessible via the Manage menu of the Group. However, if you want to use BuddyMeet in any other WordPress page you can use the [buddymeet] shortcode. In that case the plugin just adds a room in the respective page by using the passed configuration parameters.

How can I create / switch among multiple rooms

That functionality is accessible only from inside a BuddyPress Group. For more information please check the previous FAQ entry.

Is it compatible with my theme?

If you experience any UI issues you can override the templates of the plugin by copying the templates/group folder to your theme and then customizing them as you wish.

JitsiMeetExternalAPI is not defined

If you get the above error please check if your site uses the "Rocket Loader" CloudFlare service. In that case you have to add - via your CloudFlare dashboard - a page rule with the setting "Rocket Loader". That will disable the service for the page that reports the error. For more information on how to add a page rule check here.

I activated BudddyMeet and BuddyPress, but I cannot see anything

Please ensure that you have followed all instructions to properly setup BuddyPress (e.g. you have changed the default WordPress permalink settings). Also make sure that you have enabled the "Groups" component via the BuddyPress settings. After that create a group and in the creation wizard make sure you enabled BuddyMeet for that group.

Branded watermark is not displayed

Please note that this setting can only be used if you have set up your own Jitsi Meet server installation.

How do I connect to the official 8x8.vc domain?

The official 8x8 JaaS service requires RS256-signed JWT authentication. To connect:

  1. Create an account at https://jaas.8x8.vc
  2. Generate an API key using their dashboard
  3. Enter the generated App ID, API Key ID, and Private Key in the plugin's administration settings:

How do I connect to a self-hosted Jitsi server using JWT authentication?

Before you start, ensure JWT authentication is already enabled and configured on your Jitsi server. Configure the following information in the plugin's administration settings:

  1. Private Key: Enter your JWT signing key
  2. App ID: Any value (populates the sub claim)
  3. API Key ID: Any value (populates the kid claim) Your Jitsi server must accept tokens with these specific claims:
json "aud": "jitsi", "iss": "chat"

更新日志:

2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.0 2.0.0 1.8.0 1.7.5 1.7.4 1.7.3 1.7.2 1.7.1 1.7.0 1.6.0 1.5.0 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0