I'm trying to build a script that performs some action depending on the people currently talking. Is there any way to access this information? I tried using a workaround using getIdleTime(), however, since then I realized that this value is only updated in larger intervals. In another thread, I have read that the bot itself has access to this information, which is used in ducking. Is this data in any way exposed through the scripting engine? I could not find any information on this in the documentation.