Function callMarkName

  • Build a call-scoped performance mark name. Format: telnyx:call:{callId}:{suffix}

    Scoping marks by call_id prevents stale marks from a previous call from being picked up by a subsequent call's timing collection.

    Parameters

    • callId: string
    • suffix: string

    Returns string