Session timeouts behavior

can I get some clarity on a session_timeout and a reclaim_session_timeout? From what I see a session timeout can occur if a transport connection exists but the client does not send any messages or respond to a keep alive. A reclaim_session_timeout will trigger when the transport layer is broken (immediately if default value of zero used)
In both cases, would this also generate a “leaving” event in the videoroom plugin?