mynaparrot / plugNmeet-server

WebRTC based Scalable, High Performance, Open source web conferencing system using Livekit.
https://www.plugnmeet.org
MIT License
278 stars 70 forks source link

The parameter "whiteboard_features" => "preload_file" does not work in plugNmeet PHP SDK #472

Closed AlexanderAVV closed 4 months ago

AlexanderAVV commented 4 months ago

"whiteboard_features" => array( "allowed_whiteboard" => true, "preload_file" => "https://dvrp.ru/sert.pdf" )

When specifying a value, this file is not loaded in Whiteboard. The file is present on the server and is accessible without redirection. How to solve this problem?

jibon57 commented 4 months ago

For me it was perfect image

if still do not work then you should check your server's log.

AlexanderAVV commented 4 months ago

Thanks for your reply. Where can I view the error log on the server where plugNmeet is installed?