hermesf
Forum Replies Created
-
Forum: Plugins
In reply to: [Agora Video for WordPress] New channel with errorHi @esdras999 ,
Thanks so much for your interest in the Agora Video for WP plugin, sorry to hear you are having issues. It appears you are using version v2.0 of the plugin, and there are some known issues with this plugin. We are getting ready to release version 3.0 soon, I just pushed v3.0.0beta5 to the SVN.
Are you able to test with this latest beta version of the plugin?
Forum: Plugins
In reply to: [Agora Video for WordPress] Front Back Camera Switcing not working@iamraunakchatt this looks to be a bug, perhaps an issue with how the device is checking for the camera.
This will require a bit more information. To best help the team replicate and resolve this issue can you please file a Bug Report within project’s GitHub Issues. Within the Bug Report, provide all the applicable details outlined in the form, most important is the device, OS, and browser to help with resolving the issue.
Forum: Plugins
In reply to: [Agora Video for WordPress] Front Back Camera Switcing not working@iamraunakchatt I tested the latest link and its working for me on Android, using the first generation Pixel
To flip the camera you still select from the camera input dropdown.
this is the desktop browser receiving the rear camera stream
- This reply was modified 4 years, 8 months ago by hermesf.
Forum: Plugins
In reply to: [Agora Video for WordPress] Share ScreenHey @esdras999,
Thanks for your interest in the Agora Video for WordPress Plugin. You can override the default screen profile (
720p_1) using thescreenprofileshortcode.[agora-broadcast channel_id="" screenprofile="720p_2"]For your case I would recommend the
720p_2profile it’s the same resolution but it’s30fpsvs the default5fps.For reference this is the list of available Screen Profiles from the Agora Documentation
Forum: Plugins
In reply to: [Agora Video for WordPress] Front Back Camera Switcing not workingHi @iamraunakchatt,
Thanks for your interest in the Agora Video for WordPress Plugin. I’m working on testing your issue, I was able to test yesterday on iPhone and the switch camera was working without issue. I have an Android device now so I was attempting to test on Android but the page isn’t loading anymore. Can you enable the page?
Forum: Plugins
In reply to: [Agora Video for WordPress] Use OBS Stream(s) as sourceHi @bernardberry64,
Thanks for your interest in the Agora Video for WordPress plugin, the current version of the plugin supports using custom video sources, so you can choose any device that shows up in your camera list.
I’m assuming you have OBS set up as a virtual camera (similar to Snap Camera, or Camo), when you join the channel you can select it as the video source by clicking on the arrow to the right of the camera icon.
If you don’t have OBS set up as a virtual camera, there are a number of guides out there explaining it but I think this one explains it well and looks to be kept up to date. https://streamshark.io/blog/using-obs-as-a-virtual-webcam-on-windows-and-macos/
Forum: Plugins
In reply to: [Agora Video for WordPress] One 2 one with passwordHi @lemoncube,
Thank you for your interest in the Agora Video for WordPress plugin. We have added support for restricting the number of users in a channel in the latest v3 beta. You would need to password protect the pages using an existing user management plugin, but now you can set the call to only allow the first 2 people to join. Please take a look and let us know any feedback https://downloads.wp.xz.cn/plugin/wp-agora-io.3.0.0.beta3.zip
Forum: Reviews
In reply to: [Agora Video for WordPress] Very GoodHi Charlie,
I’m one of the plugin developers. Feel free to reach out via email hermes[at]agora.io and we can discuss the issues that you are facing and see what we can do to help you get your implementation up and running.
Cheers!
HermesForum: Plugins
In reply to: [Agora Video for WordPress] Generating unique tokens / urlshi @geotraveler,
Technically this is possible. There are some modifications that would need to be made for this to happen.
The token generation happens within scripts-common.php. It uses
$channelName = $channel->title();to set the channel name for the token generation. This code would need to be modified to get a URl parameter for the channel name instead of the channel name entered within the WP body.This modification does come with some security concerns along with logistical questions of when to use the URl parameter and when to use the ID entered into the page.
I think this is a great feature request, please file it on the plugin’s GitHub page.
Forum: Plugins
In reply to: [Agora Video for WordPress] I can’t hear the othersHi @alex2k20 and @geotraveler,
Thanks for flagging this issue. The issue is caused by the browser’s autoplay policy. Each browser implements it differently, and over time have each become more strict.
The latest update v2.0.6 adds a fallback, in the case that the browser’s autoplay policy restricts the video from autoplaying with audio, it will fallback to mute the audio and play the video only. To play the video with the audio the user will need to click the remote video.
The reason for requiring the user to click each remote video is to support all browsers. Specifically Safari is the strictest with its autoplay policy and requires user interaction for each video.
Forum: Plugins
In reply to: [Agora Video for WordPress] CHatThanks for the interest in the Agora Video for WordPress plugin. The plugin uses WordPress’s built in user management for names and userID’s but does not impose any restrictions.
If you would like to limit access to members only, you would need to make those access adjustments on the page.
Forum: Plugins
In reply to: [Agora Video for WordPress] Error with template Agora-fullScreenThe team has moved the call to enqueue the RTM script. Please take a look at v2.0.3
Forum: Plugins
In reply to: [Agora Video for WordPress] Error with template Agora-fullScreenHi @alex2k20,
Thanks for your interest in the Agora Video for WordPress plugin. Please make sure you are using v2.0.2 of the plugin, this issue should be resolved in that version.
If you are using v2.0.2 and still experiencing this issue, send an email to [email protected] with the name of the theme framework you are using (elementor, visual composer, builder, etc) as this is generally the cause.
Cheers!
- This reply was modified 5 years, 6 months ago by hermesf.
Forum: Plugins
In reply to: [Agora Video for WordPress] One to OneHi @rruas,
Thanks for your interest in the Agora Video for WordPress plugin. Currently the plugin does not have it’s own user management/restriction features. You will need to implement this restriction yourself.
Forum: Plugins
In reply to: [Agora Video for WordPress] Can’t see participants – Beta 2 of pluginHi @geotraveler,
Thanks for your interest in the Agora Video for WordPress plugin, sorry to hear that you are running into issues with the beta2. We have not changed any of the shortcodes.
When upgrading to the beta2, please make sure to disable and remove any old versions of the plugin before enabling the beta, as running the two versions is known to cause issues.
If this still has not resolved your issue please reach out to me via email [email protected]