Collab event emitted when a collab session closes.
@type t() :: %Codex.Events.CollabCloseEnd{ call_id: String.t() | nil, receiver_thread_id: String.t() | nil, sender_thread_id: String.t() | nil, status: map() | String.t() | atom() | nil }