POST /webcast/room_info
Get comprehensive information about a live stream room including the host’s profile, stream title, viewer count, start time, and stream configuration.
Response data: Returns owner profile (nickname, uniqueId, profilePictureUrl, follower count), room metadata (title, user_count, like_count, create_time), stream URLs, cover images, and room status.
Identification: Provide either unique_id (username) or room_id. Returns an error if the user is not currently live.
Use cases: Pre-flight checks before WebSocket connection, building stream info cards/embeds, monitoring dashboards, or extracting the room ID for use with other endpoints like rankings or gift_info.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
unique_id | string | No | TikTok username |
room_id | string | No | Room ID |