What problem does it solve?
It solves the problem of needing to customize how a CometChat call behaves and looks before users join, without changing settings at runtime after building them.
Core Features & Use Cases
- SessionSettingsBuilder-based configuration: Set session identity, session type (video/audio), layout style, and initial media state before joining.
- UI control and button visibility: Hide or show panels and specific controls (e.g., control panel, header, recording/share/chat buttons) to match your product requirements.
- Operational tuning for calls: Configure idle timeout behavior, audio mode, initial camera facing, and whether to enable in-session notifications and auto-start recording.
Quick Start
Use the session-settings Skill to generate a SessionSettingsBuilder configuration that sets your desired layout, audio/video mode, default mute/pause states, and hides any unwanted UI buttons before calling build() and joining the session.