CallDirection

View as MarkdownOpen in Claude
type CallDirection = "inbound" | "outbound"

Whether the call is inbound (received) or outbound (initiated).