Bug: Liquid templates not rendering on web calls
# support
q
* {% if transport.conversationType %} works on inbound phone calls but renders as raw text on web calls * Same assistant (64a32a87), same prompt — only difference is call type * transport.conversationType = "voice" is present on the call object but not available to the Liquid engine * Phone call proof: 019d738d-cdb7 — Liquid rendered correctly * Web call proof: 019d74a5-5113, 019d7829-cb55, 019d784b-0795 — all show raw {% if %} blocks *Docs at docs.vapi.ai/assistants/dynamic-variables explicitly show transport.conversationType as a supported Liquid variable @Vapi
@Vapi
c
could you please provide the full call ids?