CallDirection

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

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