Appearance
Curl SDK - Video API
About 305 wordsAbout 1 min
Comprehensive code examples for the Stream video curl SDK.
Quick Navigation
- Common (84 methods)
- Video (67 methods)
- Types Reference - interfaces for API requests/responses
Overview
This documentation covers 151 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.UpdateApp()- Modify and save new application settings to customize functionality. Use this method when you need to change the app's configuration.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.GetBlockList()- Access a specific block list to review its contents and settings. Use this method to examine the details of a particular block list.- ... and 79 more methods
Video
GetActiveCallsStatus()- Retrieve the current status of all active calls in your application. Use this method to monitor ongoing calls and ensure smooth operations.QueryUserFeedback()- Access user-reported feedback for specific calls to gain insights into user experience and identify areas for improvement.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.- ... and 62 more methods
Generated from Stream OpenAPI specification