@todesktop/plugin-recall 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -39
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -230,42 +230,3 @@ The plugin uses a mock Recall SDK implementation for development. To integrate w
|
|
|
230
230
|
// Replace mock with real import
|
|
231
231
|
import RecallAiSdk from "@recallai/desktop-sdk";
|
|
232
232
|
```
|
|
233
|
-
|
|
234
|
-
## Supported Platforms
|
|
235
|
-
|
|
236
|
-
- **Zoom**: Full meeting detection and recording
|
|
237
|
-
- **Google Meet**: Full meeting detection and recording
|
|
238
|
-
- **Microsoft Teams**: Full meeting detection and recording
|
|
239
|
-
- **Slack Huddles**: Audio capture (limited metadata)
|
|
240
|
-
- **Desktop Audio**: General audio capture for other applications
|
|
241
|
-
|
|
242
|
-
## Security & Privacy
|
|
243
|
-
|
|
244
|
-
- All recording operations require explicit user consent
|
|
245
|
-
- Plugin preferences control recording behavior
|
|
246
|
-
- Recordings are encrypted during upload
|
|
247
|
-
- Only authorized applications can access the recording APIs
|
|
248
|
-
- Meeting participants should be notified of recording as required by law
|
|
249
|
-
|
|
250
|
-
## Troubleshooting
|
|
251
|
-
|
|
252
|
-
### Common Issues
|
|
253
|
-
|
|
254
|
-
1. **Plugin not loading**: Verify plugin is properly configured in ToDesktop Builder
|
|
255
|
-
2. **Permissions denied**: Ensure all required permissions are granted in System Preferences
|
|
256
|
-
3. **SDK initialization fails**: Check API URL and network connectivity
|
|
257
|
-
4. **Recording fails**: Verify upload token is valid and backend is accessible
|
|
258
|
-
|
|
259
|
-
### Debug Mode
|
|
260
|
-
|
|
261
|
-
Enable debug logging by setting preferences or environment variables in your ToDesktop app.
|
|
262
|
-
|
|
263
|
-
## License
|
|
264
|
-
|
|
265
|
-
MIT License - see LICENSE file for details.
|
|
266
|
-
|
|
267
|
-
## Support
|
|
268
|
-
|
|
269
|
-
- [Recall.ai Documentation](https://docs.recall.ai/docs/desktop-sdk-beta)
|
|
270
|
-
- [ToDesktop Plugin Documentation](https://docs.todesktop.com/plugins)
|
|
271
|
-
- [GitHub Issues](https://github.com/your-org/todesktop-recall/issues)
|