Get room status
Return the canonical room resource.
Authentication
AuthorizationBearer
Application auth. Send `Authorization: Bearer <app_uuid>:<api_key>` using any active key in the app's collection. See [Authentication](https://voice-platform.docs.buildwithfern.com/api/authentication) for details.
Path parameters
room_id
Case-sensitive room identifier.
Response
Room status
created_at
member_count
Current number of members in the room.
playback_operation_uuid
playback_status
playback_urls
playback_volume
Current room playback volume (0-200). A newly created room reports
0 until a room playback volume command sets an explicit value.
room_id
voice_activity_events
Whether member voice activity webhooks are enabled for this room.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error