-
Notifications
You must be signed in to change notification settings - Fork 8
docs(Calls v4 sdk): restructure calling documentation for improved clarity #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jitvarpatil
wants to merge
7
commits into
main
Choose a base branch
from
docs/improve-calling-v4-docs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Rename navigation group "Calling" to "Call Session and Ringing" - Restructure direct-calling.mdx as "Call Session" with improved technical descriptions - Restructure default-calling.mdx as "Ringing" with complete call flow documentation - Add new standalone-calling.mdx for Calls SDK only implementation - Rewrite calling-overview.mdx with implementation options and features - Replace tables with AccordionGroup for better readability - Add detailed event descriptions and code examples - Fix callToken type from String to GenerateToken
- Convert accordion-based event documentation to table format for improved readability - Restructure end call implementation examples with proper callback context - Add clarifying descriptions for onCallEndButtonPressed() and onCallEnded() callbacks - Simplify call settings documentation by removing verbose accordion sections - Improve code examples with complete callback implementations - Enhance documentation clarity and scannability across default, direct, and standalone calling guides
juhi-saha
previously approved these changes
Jan 10, 2026
…rview - Added "Previously known as Default Calling" note in Ringing overview - Changed "guide" to "section" for consistency
…one approaches - Rename "Default Calling" to "Ringing" to better reflect the complete calling workflow with notifications - Add "Call Session" terminology to clarify the distinction between ringing flow and session management - Create new "Standalone Calling" guide for Calls SDK implementation without Chat SDK dependency - Update docs.json navigation group from "Calling" to "Call Session and Ringing" - Add standalone-calling.mdx to iOS documentation structure - Enhance calling-overview.mdx with CardGroup components for three implementation approaches - Add prerequisites section with links to Setup and Calls SDK Setup guides - Include feature cards for Recording, Video View Customization, Presenter Mode, Call Logs, and Session Timeout - Clarify use cases and flows for each calling approach (Ringing, Call Session, Standalone) - Improve documentation clarity and navigation for iOS developers choosing calling implementation
…d standalone approaches - Rename "Default Call" to "Ringing" to clarify the calling flow terminology - Add new "Standalone Calling" documentation for Calls SDK-only implementation - Restructure calling overview with CardGroup components for better navigation - Add prerequisites section with Calls SDK installation instructions - Implement three-approach calling strategy: Ringing, Call Session, and Standalone - Add features section with links to Recording, Video Customization, Presenter Mode, Call Logs, and Session Timeout - Update docs.json to include standalone-calling.mdx in navigation - Rename iOS documentation group from "Call Session and Ringing" to "Calling" for consistency - Improve documentation clarity with detailed flow descriptions and use case guidance
…ndalone approaches - Restructure calling overview with three implementation approaches: Ringing, Call Session, and Standalone Calling - Rename "Default Call" to "Ringing" to better reflect the complete calling workflow with notifications - Add new standalone-calling.mdx documentation for Calls SDK-only implementation without Chat SDK dependency - Update docs.json to include standalone-calling in Flutter calling section navigation - Enhance calling-overview.mdx with CardGroup components for better visual organization and navigation - Add detailed prerequisites including Calls SDK dependency configuration - Include feature cards linking to Recording, Video View Customization, Presenter Mode, Call Logs, and Session Timeout - Improve default-call.mdx with clearer call flow steps and better structured documentation - Add note about starting call session after acceptance with link to Call Session guide - Align Flutter documentation structure with existing Android, iOS, and React Native calling documentation patterns
…standalone approaches - Restructure calling overview with three implementation approaches: Ringing, Call Session, and Standalone Calling - Rename "Default Call" to "Ringing" to better reflect the complete calling workflow with notifications - Add new "Standalone Calling" documentation for Calls SDK-only implementation without Chat SDK dependency - Update calling-overview.mdx with CardGroup components for better visual organization and navigation - Add prerequisites section with CometChat Calls SDK installation instructions - Include feature cards linking to Recording, Virtual Background, Screen Sharing, and other calling capabilities - Add clarifying notes about Call Session dependency after Ringing flow completion - Update docs.json to include new standalone-calling.mdx in navigation structure - Improve documentation clarity by separating concerns between ringing flow, call session management, and standalone implementation
swapnil-cometchat
approved these changes
Jan 11, 2026
raj-dubey1
approved these changes
Jan 11, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related Issue(s)
Type of Change
Checklist
Additional Information
Screenshots (if applicable)