The TS type and what actually gets sent are different.
ServerMessageEndOfCallReport.d.ts:
|
export interface ServerMessageEndOfCallReport { |
Actual webhook includes a number of fields not mentioned here:
transcript
messages
summary
and quite a few more. Is there a reason these are left out?