hermesf
Forum Replies Created
-
Forum: Plugins
In reply to: [Agora Video for WordPress] Breaking website layoutThanks for you interest in the Agora.io Video for WordPress plugin. The plugin uses Bootstrap v4.3.1 (js and css). If this causes a conflict with your theme, this is not something Agora can control at the moment, but I can raise this issue with the team so we an address it in a future version.
Forum: Plugins
In reply to: [Agora Video for WordPress] Problems with screen sharing in broadcastTo provide an update to this thread.
I have resolved the Errors related to screen sharing without a plugin using Chrome browser. It’s available in the v1.6 (beta) .
Forum: Plugins
In reply to: [Agora Video for WordPress] Additional UI templatesHi @phalgun123,
Thanks for your interest in Agora Video for WordPress. The new UI template is currently scheduled to launch mid June. You can follow their progress on Github https://github.com/AgoraIO/Agora-Word-Press/projects/2
Currently the only templates we have are the default and the Full screen. The Agora Video for WordPress plugin is open-source so if you’d like you can easily extend it and add new UI templates.
Forum: Plugins
In reply to: [Agora Video for WordPress] UI issueHi @phalgun123,
The goal of the Agora WordPress plugin so to make it very easy for anyone to add Agora’s Video functionality to their WordPress site.
Most of the functionality you are describing is possible using the Agora Web SDK (aside from chat), which is implemented in the Agora Video for WP Plugin, however the implementation of this functionality is specific to each use-case so I would recommend extending the plugin with a custom page template.
One thing to note, most client side hardware cannot support decoding more than 17 active streams so to accommodate 100+ video streams you will have to use various code and UI manipulations to make it work. This is not a limitation of Agora, the Agora network can support but a limitation of the end user’s device. Any group video chat that you see with more than 17 streams is using various techniques (selective sampling, selective subscription, etc) to make it seem like all the video are streaming but in reality only a few are streaming and the rest are stills that are updated at a rate lower than 24fps.
If you still prefer to have someone else complete the integration for you, Agora does not provide development services but Agora does have Certified Partners that do provide development services and I’d be happy to make the introduction. Could please send an email to devrel@agora.io with your use-case details and requirements?
Forum: Plugins
In reply to: [Agora Video for WordPress] UI issueHi @phalgun123,
Thanks for your interest in the Agora Video for WordPress Plugin. To use set the Page Template within the Page Attributes tab. For the full page template, you need to set the page template to “Agora.io Fullscreen” template from the drop down list.
Forum: Plugins
In reply to: [Agora Video for WordPress] Agora recording and no usage dataThanks for you interest in Agora Video for WordPress.
RE: Private Video – Currently the plugin does not put any limitation on privacy. The Agora plugin uses the user id’s assigned by WordPress when a user joins the channel, if you want to add a layer of privacy you can password protect the page, or limit access to specific users, but this would be separate from the Agora Video functionality.
RE: Text Chat – Text chat features are on the roadmap but we don’t have a specific release date.
RE: Live Streaming – The Agora Video for WordPress plugin is meant to facilitate only live streaming, this plugin is not meant for streaming prerecorded videos.
Forum: Plugins
In reply to: [Agora Video for WordPress] Communication Video ChatsThank you for your feedback, the team is working on improving the UI templates, but at this time you will need to customize the CSS yourself to make the UI display 17 users at once.
What are the black screen issues you are experiencing? This sounds like a installation specific issue as we have not seen this before. Can you please send screenshots to devrel@agora.io so we can help you resolve these issues?
Forum: Plugins
In reply to: [Agora Video for WordPress] Video callHi,
Thank you for your interest in Agora Video for WordPress. The goal of the Agora WordPress plugin so to make it very easy for anyone to add Agora’s Video functionality to their WordPress site. Here is a QuickStart guide: https://bit.ly/34TXWAC
if you still prefer to have someone else complete the integration for you, Agora does not provide development services but Agora does have Certified Partners that do provide development services and I’d be happy to make the introduction. Could please send an email to devrel@agora.io with your use-case details and requirements?
Forum: Plugins
In reply to: [Agora Video for WordPress] Must be Something Wrong@mfjunior74 it sounds like there may be some conflicts with your specific installation. Please join the Agora Community Slack and we can discuss in a more real-time env.
Forum: Plugins
In reply to: [Agora Video for WordPress] Must be Something Wrong@louisferr @mfjunior74 I have pushed v1.5.1 publicly this should resolve the issues with the App Certificate.
Forum: Plugins
In reply to: [Agora Video for WordPress] Must be Something Wrong@louisferr, Apologies but I didn’t have the latest Agora SDK properly setup with the SVN. I pushed an update to the development branch. I double checked, the AgoraSDK should be included. I will wait to confirm that your issue is resolved before pushing a new public version.
Forum: Plugins
In reply to: [Agora Video for WordPress] Must be Something Wrong@mfjunior74 @louisferr The team has prepared a hot-fix, but I want to confirm that it is resolves your issues before pushing it out to the rest of the users. Please download the “Development” version of the plugin from the Advanced View (https://wordpress.org/plugins/wp-agora-io/advanced/), the plugin download is at the bottom of the page. Once you download, please manually install it through your plugins page.
Forum: Plugins
In reply to: [Agora Video for WordPress] Must be Something Wrong@louisferr We recently made a change to the plugin to resolve plugin conflict issues, and this sounds like a similar behavior. Do any of the other values fail to save?
@mfjunior74 can you confirm whether your
App IDandApp Certificatevalues are properly being saved in the Agora Video For WordPress Settings page.Forum: Plugins
In reply to: [Agora Video for WordPress] Must be Something WrongThe error is caused when attempting use an
AppIDthat requires tokens, but when joining the channel no token was passed.Please ensure that you are using v1.5 of the plugin, and that your App Certificate is set within your Agora WordPress Settings page.
Forum: Plugins
In reply to: [Agora Video for WordPress] Must be Something WrongI am looking into this issue now, I will update the thread.