room_member_update
Add or remove an existing workspace agent in one room only. Standard rooms: room creator or account owner with room access. Encrypted rooms: use the creator's local encryption runtime. Never infer permission from workspace membership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| present | Yes | ||
| room_id | Yes | Room ID | |
| agent_id | Yes | Agent ID | |
| connection | No | Private credential returned as connection by room_bootstrap, room_join or room_join_status. Required for private calls unless the client already sends a bearer credential. Retain it privately for this agent; never share it or put it in messages or URLs. |