Appearance
Curl SDK - Video API
About 316 wordsAbout 1 min
Comprehensive code examples for the Stream video curl SDK.
Quick Navigation
- Common (43 methods)
- Video (56 methods)
- Types Reference - interfaces for API requests/responses
Overview
This documentation covers 99 API methods across 2 categories.
Installation
See SDK documentation for installation instructions.
Basic Setup
See SDK documentation for setup instructions.
Categories
Common
GetApp()- Retrieve the current application settings to understand the existing configuration. Use this method when you need to view or verify your app's settings.ListBlockLists()- Obtain a list of all block lists to review and manage content restrictions. Use this method to see existing block lists in your application.CreateBlockList()- Create a new block list to define content restrictions for your application. Use this method when you need to add a new set of rules for blocking content.UpdateBlockList()- Modify an existing block list to change its rules or settings. Use this method when updates or corrections are needed for a block list.DeleteBlockList()- Remove a block list that is no longer needed to clean up old or unused content restrictions. Use this method when you want to permanently delete a block list.- ... and 38 more methods
Video
QueryCallMembers()- Obtain a list of participants in a call to manage and monitor attendance or engagement during the session.QueryCallStats()- Gather detailed statistics about a call, such as duration and network quality, to analyze call performance and troubleshoot issues.GetCall()- Fetch details of a specific call by its unique identifier, which is useful for reviewing past interactions or managing call records.GetOrCreateCall()- Retrieve an existing call or create a new one if it doesn't exist, ideal for initiating or resuming communications seamlessly.UpdateCall()- Modify the details of a specific call, such as its metadata or settings, to adapt to changing requirements or correct information.- ... and 51 more methods
Generated from Stream OpenAPI specification