Forum Replies Created

Viewing 15 replies - 1 through 15 (of 40 total)
  • Plugin Author Agora.io

    (@agoraio)

    Hi @vinodporwal,

    Thank you for your interest in the Agora Video for WordPress plugin. Currently the plugin’s communication mode does not place any restrictions on the number of users, though this feature is on the roadmap for the next major release.

    If you wish to implement this feature immediately, then you can use live broadcast mode to specify the users are broadcasters.

    Alternatively if you are technical then you can edit the plugin to remove users if 2 users are already in the channel. Specifically modify the listener for the ‘stream-added’ event. and if the callback is called more than once within a 2 second period it means there are two users already in the channel so force the 3rd client to leave.

    Plugin Author Agora.io

    (@agoraio)

    Hi @iszuddin,

    Thank you for pointing out this outdated name. We will update the Quickstart guide.

    With regard to the error, it seams that you have resolved this based on your other post.

    Plugin Author Agora.io

    (@agoraio)

    Hi @iszuddin,

    Thanks for your interest in the Agora Video For WordPress SDK, the expected functionality is that any broadcaster can initialize Cloud Recording if the details are included in the channel settings. Currently the plugin does not designate a specific host for Broadcast or Communication channels, so there is no way to limit this from the channel settings.

    One way to implement the functionality you are requesting, is to create two channels with the exact same name and placing them on two different pages. This will allow you to set the recording details in one channel and limit page access to only the “host(s)” you want to designate. The other channel without the recording settings can be embedded in a page that is accessible by all the other guest.

    Plugin Author Agora.io

    (@agoraio)

    Hi @mflmland.

    Thank you for your interest in the Agora Video for WordPress plugin. Currently this is not a standard feature, so it would require some modification of the plugin.

    The Agora Video for WordPress plugin uses the value stored in $channel->title() to set channel name used for generating tokens and joining the channel.

    To accomplish the feature you are suggesting, I would recommend using two pages/views, one to input the channel name and the second to join the call. The second view should accept the Chanel name as a URL parameter, this way the PHP script can take the URL parameter value as the channel name (instead of the value stored in the db).

    However you choose to implement your solution just make sure the channel name is used when generating the token to ensure a user will be able to create and join the given channel.

    One thing to keep in mind that using this approach, any user who knows the name of the channel can join a channel.

    Plugin Author Agora.io

    (@agoraio)

    Hi @hatakeyama,

    Thank you for your interest in the Agora Video for WordPress plugin. You can customize the height of the header using CSS.

    If you would like help with a specific class or div, please reply to this thread with the class or id along with the pixel height you would like for the header to have.

    Plugin Author Agora.io

    (@agoraio)

    Hi @iszuddin,

    Thank you for your interest in the Agora Video for WordPress plugin. Sorry to hear your are running into issues. Please take a look at this QuickStart Guide, and make sure you are providing the plugin with the correct credentials.

    Within the Advanced Setup section

    Advanced setup

    • Create or Login to an Agora developer account (https://console.agora.io)
    • Create a project and take note of the App ID and App Certificate keys
    • Navigate to “Products and Usage” page. Enable RTMP and Cloud Recording
    • Navigate to the Dashboard API section of your Agora Console
      (https://console.agora.io/restfulApi) and take note of your Customer ID and Customer Certificate keys.
    • Navigate to the plugin’s Settings section and input App ID,App Certificate, Customer ID, and Customer Certificate keys

    With regard to the AWS credentials, make sure you use the bucket name and not the full ARN (arn:aws:s3:::<bucket-name>), as this will cause issues.

    If you are still facing issues, please feel free to reach out to [email protected] and we can set up a meeting to get your issue resolved.

    Plugin Author Agora.io

    (@agoraio)

    Salut @ianxteen,

    Merci de votre intérêt pour le plugin Agora Video for WordPress, désolé d’apprendre que vous rencontrez des problèmes avec l’installation / configuration du plugin. Avez-vous jeté un œil à ce guide de démarrage rapide: https://medium.com/agora-io/agora-video-for-wordpress-plugin-quickstart-guide-b8838abd4245?

    Donner à nos clients les moyens de permettre le streaming voix et vidéo en temps réel dans leurs projets est très important pour nous et nous voulons nous assurer que nous vous soutenons de toutes les manières possibles. Nous aimerions en savoir plus sur les problèmes que vous rencontrez et comment nous pouvons les résoudre.

    Avez-vous le temps de vous connecter lors d’un appel?

    (Veuillez pardonner toute erreur de grammaire, j’utilise Google Translate)

    Plugin Author Agora.io

    (@agoraio)

    Hi @ianxteen,

    Thank you for your interest in the Agora Video for WordPress plugin, very sorry to hear that you are having issues with the installation/setup for the plugin. Have you taken a look at this QuickStart guide: https://medium.com/agora-io/agora-video-for-wordpress-plugin-quickstart-guide-b8838abd4245 ?

    Empowering our customers to enable real time voice and video streaming into their projects is very important to us and we want to make sure we support you in any way we can. We’d like to learn more about the issues you are having and how we can resolve them.

    Do you have some time to connect on a call?

    Plugin Author Agora.io

    (@agoraio)

    Hi @charlie999,

    Thanks for your interest in the Agora Video for WordPress plugin. We’re sorry to hear you’ve run into issues with the plugin.

    Empowering our customers to enable real time voice and video streaming into their projects is very important to us and we want to make sure we support you in any way we can. We’d like to learn more about the issues you are having and how we can resolve them.

    Do you have some time to connect on a call?

    Plugin Author Agora.io

    (@agoraio)

    Hi @ddeschn,

    Thank you for your interest in the Agora Video for WordPress plugin.

    When embedding a <video> element, the object-fit CSS property specifies how the <video> should be resized to fit its container. (details: [W3C – object-fit](https://www.w3schools.com/css/css3_object-fit.asp)).

    The Agora Video for WordPress plugin uses the default setting of cover, as set by the Agora Web SDK.

    To change this, you can use CSS. Within the WordPress Admin dashboard, click “Appearance” > “Customize” and then click “Additional CSS”. Copy and paste the copy below into the “Additional CSS” input field and click the “Publish” button.

    
    .agora .screen-users video{ object-fit: contain !important;}
    
    Plugin Author Agora.io

    (@agoraio)

    Hi @geotraveler,

    Thank you for your interest in the Agora Video for WordPress Plugin. v2.0.7 resolves this issue.

    Plugin Author Agora.io

    (@agoraio)

    Hi @andreasbln,

    Thank you for your interest in the Agora Video for WordPress Plugin. v2.0.7 adds support for WP5.6

    • This reply was modified 5 years, 4 months ago by Agora.io.
    Plugin Author Agora.io

    (@agoraio)

    Hi PSSMike,

    Thank you for your interest in the Agora Video for WordPress Plugin. Text chat was added as part of the v2.0 update. To enable text chat, navigate to the Agora Settings page within your WordPress Admin panel, and scroll to the bottom, you will see the toggle for enabling text chat.

    Plugin Author Agora.io

    (@agoraio)

    @kameshvyas,

    Thanks for your interest in the Agora Video for WordPress plugin.

    Currently we don’t have any styling guides for customizing the UI, but we would recommend making all changes within a custom stylesheet that is loaded after the initial plugin to avoid overwriting your modifications whenever official updates of the plugin are released.

    The Agora Video for WordPress plugin open source so we welcome contributions.
    https://github.com/AgoraIO/Agora-WordPress

    Plugin Author Agora.io

    (@agoraio)

    Hi @geotraveler,

    Thank you for your interest in the Agora Video for WordPress plugin and your kind words! Real-time messaging is not available in v1.6.2 but has been added as a feature for v2.0.0 which is currently in open beta, available for download here: https://downloads.wp.xz.cn/plugin/wp-agora-io.2.0.0.beta2.zip

Viewing 15 replies - 1 through 15 (of 40 total)