mynaparrot / plugnmeet-sdk
plugNmeet PHP SDK
1.6.0
2024-11-26 12:20 UTC
Requires
- php: ^8.0
- ext-curl: *
- ext-json: *
- firebase/php-jwt: 6.10.2
- ramsey/uuid: 4.7.6
Requires (Dev)
- overtrue/phplint: 9.5.4
- squizlabs/php_codesniffer: 3.11.1
- dev-main
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-renovate/squizlabs-php_codesniffer-3.x
- dev-renovate/overtrue-phplint-9.x
- dev-release-please--branches--main
- dev-api_change
This package is auto-updated.
Last update: 2025-05-11 06:22:52 UTC
README
Plug-N-Meet PHP SDK. You can use this SDK to make API requests to the Plug-N-Meet server from your PHP application.
Download the latest version from release page or if you prefer to use composer:
composer require mynaparrot/plugnmeet-sdk
Please check examples
directory to see some examples.
Methods/API
Methods | Description |
---|---|
createRoom | To create new room |
getJoinToken | Generate join token |
isRoomActive | To check if room is active or not |
getActiveRoomInfo | Get active room information |
getActiveRoomsInfo | Get all active rooms |
fetchPastRoomsInfo | Get past rooms |
endRoom | End active room |
fetchRecordings | Fetch recordings |
getRecordingInfo | Get details of a recording |
deleteRecordings | Delete recording |
getRecordingDownloadToken | Generate token to download recording |
fetchAnalytics | Fetch analytics info |
deleteAnalytics | Delete Analytics |
getAnalyticsDownloadToken | Generate token to download analytics file |
getClientFiles | Get client's files |