Telnyx Other APIs: Video — Documentation Index
Video documentation within the Other APIs section of the Telnyx developer docs (https://developers.telnyx.com). Root index: https://developers.telnyx.com/llms.txt · Other APIs index: https://developers.telnyx.com/development/llms/other-apis-llms-txt.md · Full content for this subsection: https://developers.telnyx.com/development/llms/other-apis-video-llms-full-txt.md
- Getting Started: Telnyx’s video documentation is the perfect place to start learning about our platform. With step-by-step guides, you’ll be up and running in no time!
SDKs
- Getting Started: Telnyx JavaScript Video SDK — add real-time video calling to web apps and websites with a small TypeScript-friendly library and a few lines of code.
- Room and Events: Telnyx’s video JavaScript SDK lets you manage room events and
- Tutorial: Learn how to add video to your web page with Telnyx’s easy-to-use
- Android SDK: Telnyx Android Video Client SDK — add real-time video and audio calling to native Android apps with a few lines of Kotlin or Java code.
- iOS SDK: Telnyx iOS Video Client SDK — add real-time video calls and messaging to iPhone and iPad apps with a few lines of Swift code and minimal setup.
API Reference (Video)
Room Compositions
- View a list of room compositions.
- Create a room composition.: Asynchronously create a room composition.
- View a room composition.
- Delete a room composition.: Synchronously delete a room composition.
Room Participants
Room Recordings
- View a list of room recordings.
- Delete several room recordings in a bulk.
- View a room recording.
- Delete a room recording.: Synchronously delete a Room Recording.
Room Sessions
- View a list of room sessions.
- View a room session.
- End a room session.: Note: this will also kick all participants currently present in the room
- Kick participants from a room session.
- Mute participants in room session.
- Unmute participants in room session.
- View a list of room participants.
Rooms
- View a list of rooms.
- Create a room.: Synchronously create a Room.
- View a room.
- Update a room.: Synchronously update a Room.
- Delete a room.: Synchronously delete a Room. Participants from that room will be kicked out, they won’t be able to join that room anymore, and you won’t be charged anymore for…
- View a list of room sessions.
Rooms Client Tokens
- Create Client Token to join a room.: Synchronously create an Client Token to join a Room. Client Token is necessary to join a Telnyx Room. Client Token will expire after
token_ttl_secs, a Refres… - Refresh Client Token to join a room.: Synchronously refresh an Client Token to join a Room. Client Token is necessary to join a Telnyx Room. Client Token will expire after
token_ttl_secs.