Skip to content

Commit 2912ae0

Browse files
committed
Fixed examples
1 parent 2e4f05f commit 2912ae0

File tree

3 files changed

+11
-257
lines changed

3 files changed

+11
-257
lines changed

examples/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ This directory contains example applications and scripts that demonstrate how to
77
```
88
examples/
99
├── README.md # This file
10-
├── calendar/ # Calendar-related examples
1110
├── events/ # Event-related examples
1211
│ └── event_notetaker_example.rb # Example of creating events with Notetaker
1312
└── notetaker/ # Standalone Notetaker examples
@@ -44,9 +43,19 @@ Before running any example, make sure to:
4443
- `notetaker/notetaker_example.rb`: Shows basic Notetaker functionality, including:
4544
- Inviting a Notetaker to a meeting
4645
- Listing all Notetakers
47-
- Getting media from a Notetaker
46+
- Getting media from a Notetaker (recordings and transcripts)
4847
- Leaving a Notetaker session
4948

49+
Prerequisites:
50+
- Ruby 3.0 or later
51+
- A Nylas API key
52+
- A meeting URL (Zoom, Google Meet, or Microsoft Teams)
53+
54+
Additional environment variables needed:
55+
```bash
56+
export MEETING_LINK="your_meeting_link_here"
57+
```
58+
5059
## Contributing
5160

5261
When adding new examples:

examples/event_notetaker_example.rb

Lines changed: 0 additions & 186 deletions
This file was deleted.

examples/notetaker/README.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)