What problem does it solve? Integrating a real-time audio and video platform into server-side applications requires navigating OpenAPI authentication, environment configuration, room management, and callback handling, which is error-prone without structured guidance. ## Core Features & Use Cases - Room Management: Disband rooms, remove users, and query room information through RTC server-side OpenAPI. - Live Streaming Relay: Mix multiple audio/video streams in a room and push the merged stream to a CDN address for live broadcast distribution. - Event Callbacks: Receive and verify signed HTTP callbacks for user join/leave events and stream status changes, with retry semantics. - Use Case: A backend engineer building an online education app uses this Skill to create an RTC AppID, configure BOE test environment access, implement signature-verified callback handling in Go, and enable audio slicing for recorded calls. ## Quick Start Use the rtc-knowledge skill to show me how to call the RTC server OpenAPI to create an app and set up a signed message callback endpoint.