Iszuddin Ismail
Forum Replies Created
-
Oh wait… I am mistaken. It doesn’t anymore. Not even on Edge. It was working. And now I have no idea why it’s not anymore.
I am getting this too. I have my files on Cloudfront.
It works on Edge but not on Windows Chrome. It works on Mobile Chrome though.
Forum: Plugins
In reply to: [Agora Video for WordPress] Error on RecordingAlso … I went through that docs and medium. You don’t have Customer Certificate in your dashboard panel anymore. Only Customer ID and Secret. Maybe there should be an update in your documentation with the update in your dashboard panel.
Forum: Plugins
In reply to: [Agora Video for WordPress] Error on RecordingI found a bug. But I am not too sure how to contribute to the code on WordPress.
This is where the error lies.
Too few arguments to function WP_Agora_Public::generateNewToken(), 2 passed in class-wp-includes/agora-cloud-recording.php on line 186 and exactly 3 expected.
I had a look at /public/class-wp-agora-io-public.php:122 where the class was defined. The last parameter should either be ‘rtm’ or something else. Trying ‘rtm’, it didn’t work. Changing the value for the last parameter with ” worked.
So I put a default value for the function in the class.
/wp-content/plugins/wp-agora-io/public/class-wp-agora-io-public.php line: 122
public function generateNewToken($channel_id, $uid, $tokenType = '' ) {- This reply was modified 5 years, 1 month ago by Iszuddin Ismail.