
Parameters
Active session from a Zoom (Join) node.
Inputs
Inputs are ignored; the
input port is only for graph connectivity.Outputs
Full transcript from the start of the meeting up to the current moment, returned as an array of objects.Each transcript segment includes the following fields:
Sample output
| Field | Description |
|---|---|
speaker | Speaker index like "0" or "1", or a delegate name. |
text | Speech transcript. |
start_time | Segment start time in seconds. |
end_time | Segment end time in seconds. |

