CallEndedEvent type

Payload for call ended event.

type CallEndedEvent = (args: { callEndReason: CallEndReason }) => void