diff --git a/docs/api/get-client-files.md b/docs/api/get-client-files.md index dedf159c..94372757 100644 --- a/docs/api/get-client-files.md +++ b/docs/api/get-client-files.md @@ -3,7 +3,7 @@ sidebar_position: 40 --- # Get client files -You can request [plugNmeet-client](https://github.com/mynaparrot/plugNmeet-client) files (CSS, JS) and embeded those scripts into your web application to load the interface directly. You will not need to use an iframe. Any domain name can be used for this purpose. All you have to do is make sure you're using an SSL-enabled domain. Check out example of [conference.php](https://github.com/mynaparrot/plugNmeet-sdk-php/blob/main/examples/conference.php) file or one of our already implemented plugins, such as [Moodle](https://github.com/mynaparrot/moodle-mod_plugnmeet/blob/main/conference.php), [Wordpress](https://github.com/mynaparrot/plugNmeet-WordPress/blob/main/plugnmeet/public/partials/plugnmeet-public-display-client.php) or [Joomla](https://github.com/mynaparrot/plugNmeet-Joomla/blob/main/com_plugnmeet/site/views/room/tmpl/conference.php). +You can request [plugNmeet-client](https://github.com/mynaparrot/plugNmeet-client) files (CSS, JS) and embeded those scripts into your web application to load the interface directly. You will not need to use an iframe. Any domain name can be used for this purpose. All you have to do is make sure you're using an SSL-enabled domain. Check out example of [conference.php](https://github.com/mynaparrot/plugNmeet-sdk-php/blob/main/examples/conference.php) file or one of our already implemented plugins, such as [Moodle](https://github.com/mynaparrot/moodle-mod_plugnmeet/blob/main/conference.php), [Wordpress](https://github.com/mynaparrot/plugNmeet-WordPress/blob/main/plugnmeet/public/partials/plugnmeet-public-display-client.php) or [Joomla](https://github.com/mynaparrot/plugNmeet-Joomla/blob/main/site/tmpl/room/conference.php). End point: `/getClientFiles`