Skip to content

Commit

Permalink
fix: update Joomla part
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Dec 26, 2024
1 parent 7ed6078 commit 53b8f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/get-client-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 53b8f92

Please sign in to comment.